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,
"subtype": 1,
"name": "StockTaking",
"uri": "{/base}warehouse/stocktaking/list?{?}",
"uri": "{/base}/warehouse/stocktaking/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "Dashboard",
"uri": "{/base}warehouse/stocktaking/list?{?}",
"uri": "{/base}/warehouse/stocktaking/list?{?}",
"target": "self",
"icon": null,
"order": 1,

View File

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

View File

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