mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-11 14:28:41 +00:00
Fixing remaining bugs for route-restructure
This commit is contained in:
parent
014e9c4c11
commit
1cbf53a814
|
|
@ -13,5 +13,5 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['Navigation'] = [
|
return ['Navigation' => [
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['ClientManagement'] = [
|
return ['ClientManagement' => [
|
||||||
'Accounting' => 'Accounting',
|
'Accounting' => 'Accounting',
|
||||||
'Address' => 'Address',
|
'Address' => 'Address',
|
||||||
'Addresses' => 'Addresses',
|
'Addresses' => 'Addresses',
|
||||||
|
|
@ -61,4 +61,4 @@ $MODLANG['ClientManagement'] = [
|
||||||
'Type' => 'Type',
|
'Type' => 'Type',
|
||||||
'Wire' => 'Wire',
|
'Wire' => 'Wire',
|
||||||
'Zip' => 'Zip',
|
'Zip' => 'Zip',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user