mirror of
https://github.com/Karaka-Management/oms-Labeling.git
synced 2026-01-20 05:18:41 +00:00
loan/investment/fleetmgmt fixes
This commit is contained in:
parent
5dba31634e
commit
9950bc0248
|
|
@ -5,7 +5,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Labeling",
|
||||
"uri": "{/base}warehouse/labeling/dashboard?{?}",
|
||||
"uri": "{/base}warehouse/labeling/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -18,8 +18,8 @@
|
|||
"pid": "/warehouse/labeling",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Dashboard",
|
||||
"uri": "{/base}warehouse/labeling/dashboard?{?}",
|
||||
"name": "List",
|
||||
"uri": "{/base}warehouse/labeling/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Budgeting' => 'Budgeting',
|
||||
'Dashboard' => 'Dashboard',
|
||||
'Labeling' => 'Labeling',
|
||||
'List' => 'List',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user