Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:42:22 +02:00
parent ef226397e9
commit 0fda25865f
5 changed files with 9 additions and 8 deletions

View File

@ -17,6 +17,7 @@ namespace Modules\Sales\Admin;
use phpOMS\DataStorage\Database\DatabaseType;
use phpOMS\DataStorage\Database\Pool;
use phpOMS\Module\InfoManager;
use phpOMS\Module\InstallerAbstract;
/**

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Navigation'] = [
return ['Navigation' => [
'Analysis' => 'Analysis',
'Articles' => 'Articles',
'Clients' => 'Clients',
@ -22,4 +22,4 @@ $MODLANG['Navigation'] = [
'Invoice' => 'Invoice',
'Profile' => 'Profile',
'Sales' => 'Sales',
];
]];

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Sales'] = [
return ['Sales' => [
'Account' => 'Account',
'Active' => 'Active',
'Activity' => 'Activity',
@ -98,4 +98,4 @@ $MODLANG['Sales'] = [
'Turnover' => 'Turnover',
'Type' => 'Type',
'ZipCode' => 'ZipCode',
];
]];

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Navigation'] = [
return ['Navigation' => [
'Analysis' => 'Analysis',
'Articles' => 'Articles',
'Clients' => 'Clients',
@ -22,4 +22,4 @@ $MODLANG['Navigation'] = [
'Invoice' => 'Invoice',
'Profile' => 'Profile',
'Sales' => 'Sales',
];
]];

View File

@ -13,7 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
$MODLANG['Sales'] = [
return ['Sales' => [
'Account' => 'Account',
'Active' => 'Active',
'Activity' => 'Activity',
@ -98,4 +98,4 @@ $MODLANG['Sales'] = [
'Turnover' => 'Turnover',
'Type' => 'Type',
'ZipCode' => 'ZipCode',
];
]];