mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-16 04:18:40 +00:00
Fixing remaining bugs for route-restructure
This commit is contained in:
parent
cbe66a5855
commit
94e16a8d6a
|
|
@ -13,7 +13,7 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['Navigation'] = [
|
return ['Navigation' => [
|
||||||
'Accounting' => 'Accounting',
|
'Accounting' => 'Accounting',
|
||||||
'AccountPostings' => 'Account Postings',
|
'AccountPostings' => 'Account Postings',
|
||||||
'Balance' => 'Balance',
|
'Balance' => 'Balance',
|
||||||
|
|
@ -25,4 +25,4 @@ $MODLANG['Navigation'] = [
|
||||||
'Entries' => 'Entries',
|
'Entries' => 'Entries',
|
||||||
'Postings' => 'Postings',
|
'Postings' => 'Postings',
|
||||||
'Predefined' => 'Predefined',
|
'Predefined' => 'Predefined',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['Accounting'] = [
|
return ['Accounting' => [
|
||||||
'Account' => 'Account',
|
'Account' => 'Account',
|
||||||
'Accounts' => 'Accounts',
|
'Accounts' => 'Accounts',
|
||||||
'BatchPostings' => 'Batch Postings',
|
'BatchPostings' => 'Batch Postings',
|
||||||
|
|
@ -46,4 +46,4 @@ $MODLANG['Accounting'] = [
|
||||||
'To' => 'To',
|
'To' => 'To',
|
||||||
'Total' => 'Total',
|
'Total' => 'Total',
|
||||||
'Type' => 'Type',
|
'Type' => 'Type',
|
||||||
];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user