removed enabled column from reports

This commit is contained in:
denisdulici
2019-11-19 14:06:20 +03:00
parent 3e5b5b183d
commit dbb57eb86b
13 changed files with 66 additions and 80 deletions

View File

@@ -53,9 +53,6 @@ class Reports
{
return [
'category' => trans_choice('general.categories', 1),
'account' => trans_choice('general.accounts', 1),
'customer' => trans_choice('general.customers', 1),
'vendor' => trans_choice('general.vendors', 1),
];
}