Add existing query to link

This commit is contained in:
Dennis Eichhorn 2017-02-08 19:16:53 +01:00
parent 4fc35611f8
commit 89163e0c42

View File

@ -5,7 +5,7 @@
"type": 2,
"subtype": 1,
"name": "Billing",
"uri": "/{/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": "/{/lang}/backend/sales/invoice/list",
"uri": "/{/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": "/{/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": "/{/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": "/{/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": "/{/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": "/{/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": "/{/lang}/backend/purchase/invoice/create?{?}",
"target": "self",
"icon": null,
"order": 5,