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