mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-28 07:18:41 +00:00
Fix #13
This commit is contained in:
parent
8196934c07
commit
2d8b30919e
|
|
@ -5,7 +5,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Billing",
|
||||
"uri": "{/base}/{/lang}/backend/sales/invoice/list?{?}",
|
||||
"uri": "/{/lang}/backend/sales/invoice/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "{/base}/{/lang}/backend/sales/invoice/list?{?}",
|
||||
"uri": "/{/lang}/backend/sales/invoice/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
"uri": "{/base}/{/lang}/backend/sales/invoice/create?{?}",
|
||||
"uri": "/{/lang}/backend/sales/invoice/create?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Invoice",
|
||||
"uri": "{/base}/{/lang}/backend/purchase/invoice/list?{?}",
|
||||
"uri": "/{/lang}/backend/purchase/invoice/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "{/base}/{/lang}/backend/purchase/invoice/list?{?}",
|
||||
"uri": "/{/lang}/backend/purchase/invoice/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
"uri": "{/base}/{/lang}/backend/purchase/invoice/create?{?}",
|
||||
"uri": "/{/lang}/backend/purchase/invoice/create?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user