mirror of
https://github.com/Karaka-Management/oms-StockTaking.git
synced 2026-01-10 01:58:41 +00:00
fix bugs
This commit is contained in:
parent
66c0aa7dd3
commit
d089b45b03
|
|
@ -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,
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
"uri": "{/base}/warehouse/stocktaking/create?{?}",
|
||||
"uri": "{/base}/warehouse/stocktaking/create",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
"type": "INT",
|
||||
"null": true,
|
||||
"default": null,
|
||||
"foreignTable": "organization_unit",
|
||||
"foreignKey": "organization_unit_id"
|
||||
"foreignTable": "unit",
|
||||
"foreignKey": "unit_id"
|
||||
},
|
||||
"stocktaking_created_at": {
|
||||
"name": "stocktaking_created_at",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user