This commit is contained in:
Dennis Eichhorn 2023-10-20 16:53:42 +00:00
parent e1113e1454
commit d99a587114
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "StockTaking", "name": "StockTaking",
"uri": "{/base}warehouse/stocktaking/list?{?}", "uri": "{/base}/warehouse/stocktaking/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -19,7 +19,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Dashboard", "name": "Dashboard",
"uri": "{/base}warehouse/stocktaking/list?{?}", "uri": "{/base}/warehouse/stocktaking/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,

View File

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

View File

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