loan/investment/fleetmgmt fixes

This commit is contained in:
Dennis Eichhorn 2023-06-23 14:27:14 +00:00
parent 5dba31634e
commit 9950bc0248
2 changed files with 5 additions and 5 deletions

View File

@ -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,

View File

@ -13,6 +13,6 @@
declare(strict_types=1);
return ['Navigation' => [
'Budgeting' => 'Budgeting',
'Dashboard' => 'Dashboard',
'Labeling' => 'Labeling',
'List' => 'List',
]];