mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-02-12 14:58:43 +00:00
Fix #13
This commit is contained in:
parent
64659c6655
commit
8280c32a31
|
|
@ -5,7 +5,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Suppliers",
|
||||
"uri": "{/base}/{/lang}/backend/purchase/supplier/list?{?}",
|
||||
"uri": "/{/lang}/backend/purchase/supplier/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "{/base}/{/lang}/backend/purchase/supplier/list?{?}",
|
||||
"uri": "/{/lang}/backend/purchase/supplier/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
"uri": "{/base}/{/lang}/backend/purchase/supplier/create?{?}",
|
||||
"uri": "/{/lang}/backend/purchase/supplier/create?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user