From 2a8fac2938c9184dfcc424fc93794c75582d1330 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 12 Apr 2024 00:52:09 +0000 Subject: [PATCH] fix bugs --- Admin/Install/Navigation.install.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index a4c8bf1..13239fa 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Stock", - "uri": "{/base}/warehouse/stock/list?{?}", + "uri": "{/base}/warehouse/stock/list", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "Stocks", - "uri": "{/base}/warehouse/stock/list?{?}", + "uri": "{/base}/warehouse/stock/list", "target": "self", "icon": null, "order": 1, @@ -48,7 +48,7 @@ "type": 3, "subtype": 1, "name": "Locations", - "uri": "{/base}/warehouse/stock/location/list?{?}", + "uri": "{/base}/warehouse/stock/location/list", "target": "self", "icon": null, "order": 5, @@ -63,7 +63,7 @@ "type": 3, "subtype": 1, "name": "Types", - "uri": "{/base}/warehouse/stock/type/list?{?}", + "uri": "{/base}/warehouse/stock/type/list", "target": "self", "icon": null, "order": 10,