This commit is contained in:
Dennis Eichhorn 2017-05-30 18:21:27 +02:00
parent 131398f8cd
commit 6a4765d662

View File

@ -5,7 +5,7 @@
"type": 2,
"subtype": 1,
"name": "Billing",
"uri": "/{/lang}/backend/sales/invoice/list?{?}",
"uri": "{/base}/{/lang}/backend/sales/invoice/list?{?}",
"target": "self",
"icon": null,
"order": 5,
@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "/{/lang}/backend/sales/invoice/list?{?}",
"uri": "{/base}/{/lang}/backend/sales/invoice/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -33,7 +33,7 @@
"type": 3,
"subtype": 1,
"name": "Invoice",
"uri": "/{/lang}/backend/sales/invoice/single?{?}",
"uri": "{/base}/{/lang}/backend/sales/invoice/single?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -50,7 +50,7 @@
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "/{/lang}/backend/sales/invoice/create?{?}",
"uri": "{/base}/{/lang}/backend/sales/invoice/create?{?}",
"target": "self",
"icon": null,
"order": 5,
@ -67,7 +67,7 @@
"type": 2,
"subtype": 1,
"name": "Invoice",
"uri": "/{/lang}/backend/purchase/invoice/list?{?}",
"uri": "{/base}/{/lang}/backend/purchase/invoice/list?{?}",
"target": "self",
"icon": null,
"order": 5,
@ -81,7 +81,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "/{/lang}/backend/purchase/invoice/list?{?}",
"uri": "{/base}/{/lang}/backend/purchase/invoice/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -95,7 +95,7 @@
"type": 3,
"subtype": 1,
"name": "Invoice",
"uri": "/{/lang}/backend/purchase/invoice/single?{?}",
"uri": "{/base}/{/lang}/backend/purchase/invoice/single?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -112,7 +112,7 @@
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "/{/lang}/backend/purchase/invoice/create?{?}",
"uri": "{/base}/{/lang}/backend/purchase/invoice/create?{?}",
"target": "self",
"icon": null,
"order": 5,