diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 9d5c6a5..0143ded 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -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,