This commit is contained in:
Dennis Eichhorn 2017-11-08 22:39:51 +01:00
parent 8196934c07
commit 2d8b30919e

View File

@ -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,