mirror of
https://github.com/Karaka-Management/oms-StockTaking.git
synced 2026-01-10 18:18:41 +00:00
fix bugs
This commit is contained in:
parent
e1113e1454
commit
d99a587114
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Budgeting' => 'Planung',
|
||||
'StockTaking' => 'Inventur',
|
||||
'Dashboard' => 'Dashboard',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Budgeting' => 'Budgeting',
|
||||
'StockTaking' => 'StockTaking',
|
||||
'Dashboard' => 'Dashboard',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user