mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-17 04:38:42 +00:00
Fixing remaining bugs for route-restructure
This commit is contained in:
parent
02dc3ad248
commit
a640145b32
|
|
@ -13,7 +13,7 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['ItemManagement'] = [
|
return ['ItemManagement' => [
|
||||||
'Accounting' => 'Accounting',
|
'Accounting' => 'Accounting',
|
||||||
'IsActive' => 'Active?',
|
'IsActive' => 'Active?',
|
||||||
'All' => 'All',
|
'All' => 'All',
|
||||||
|
|
@ -102,4 +102,4 @@ $MODLANG['ItemManagement'] = [
|
||||||
'Volume' => 'Volume',
|
'Volume' => 'Volume',
|
||||||
'Warehouse' => 'Warehouse',
|
'Warehouse' => 'Warehouse',
|
||||||
'Width' => 'Width',
|
'Width' => 'Width',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -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' => [
|
||||||
'Analyze' => 'Analyze',
|
'Analyze' => 'Analyze',
|
||||||
'List' => 'List',
|
'List' => 'List',
|
||||||
'Create' => 'Create',
|
'Create' => 'Create',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user