Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:43:09 +02:00
parent 468d935645
commit a13eb11c25
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
$MODLANG['Navigation'] = [ return ['Navigation' => [
'Create' => 'Create', 'Create' => 'Create',
'List' => 'List', 'List' => 'List',
'Suppliers' => 'Suppliers', 'Suppliers' => 'Suppliers',
]; ]];

View File

@ -13,7 +13,7 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
$MODLANG['SupplierManagement'] = [ return ['SupplierManagement' => [
'Accounting' => 'Accounting', 'Accounting' => 'Accounting',
'Address' => 'Address', 'Address' => 'Address',
'Addresses' => 'Addresses', 'Addresses' => 'Addresses',
@ -52,4 +52,4 @@ $MODLANG['SupplierManagement'] = [
'Type' => 'Type', 'Type' => 'Type',
'Wire' => 'Wire', 'Wire' => 'Wire',
'Zip' => 'Zip', 'Zip' => 'Zip',
]; ]];