This commit is contained in:
Dennis Eichhorn 2017-05-30 18:21:27 +02:00
parent 937145f166
commit f24cc035af

View File

@ -5,7 +5,7 @@
"type": 2,
"subtype": 1,
"name": "Suppliers",
"uri": "/{/lang}/backend/purchase/supplier/list?{?}",
"uri": "{/base}/{/lang}/backend/purchase/supplier/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "/{/lang}/backend/purchase/supplier/list?{?}",
"uri": "{/base}/{/lang}/backend/purchase/supplier/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -33,7 +33,7 @@
"type": 3,
"subtype": 1,
"name": "Profile",
"uri": "/{/lang}/backend/purchase/supplier/profile?{?}",
"uri": "{/base}/{/lang}/backend/purchase/supplier/profile?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -48,7 +48,7 @@
"type": 3,
"subtype": 1,
"name": "Invoices",
"uri": "/{/lang}/backend/purchase/supplier/invoice/list?{?}",
"uri": "{/base}/{/lang}/backend/purchase/supplier/invoice/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -63,7 +63,7 @@
"type": 3,
"subtype": 1,
"name": "Articles",
"uri": "/{/lang}/backend/purchase/supplier/article/list?{?}",
"uri": "{/base}/{/lang}/backend/purchase/supplier/article/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -78,7 +78,7 @@
"type": 3,
"subtype": 1,
"name": "Analysis",
"uri": "/{/lang}/backend/purchase/supplier/analysis?{?}",
"uri": "{/base}/{/lang}/backend/purchase/supplier/analysis?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -95,7 +95,7 @@
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "/{/lang}/backend/purchase/supplier/create?{?}",
"uri": "{/base}/{/lang}/backend/purchase/supplier/create?{?}",
"target": "self",
"icon": null,
"order": 5,