From 2d8b30919e183a0711c0e19eb4aa893fccf049ff Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 8 Nov 2017 22:39:51 +0100 Subject: [PATCH] Fix #13 --- 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 ba09dc6..960996c 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Billing", - "uri": "{/base}/{/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": "{/base}/{/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": "{/base}/{/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": "{/base}/{/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": "{/base}/{/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": "{/base}/{/lang}/backend/purchase/invoice/create?{?}", + "uri": "/{/lang}/backend/purchase/invoice/create?{?}", "target": "self", "icon": null, "order": 5,