From cb0cca99bdd232082ee14215e476f6acee997124 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 11 Feb 2019 11:38:15 +0100 Subject: [PATCH] Fix absolute path to relative paths --- Admin/Install/Navigation.install.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index eb84098..b4d3f40 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, @@ -34,7 +34,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, @@ -51,7 +51,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, @@ -65,7 +65,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, @@ -80,7 +80,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,