diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 6d30c6f..1a003fc 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Accounts", - "uri": "{/prefix}accounting/gl/list?{?}", + "uri": "{/prefix}accounting/gl/list", "target": "self", "icon": null, "order": 5, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}accounting/gl/list?{?}", + "uri": "{/prefix}accounting/gl/list", "target": "self", "icon": null, "order": 1, @@ -65,7 +65,7 @@ "type": 2, "subtype": 1, "name": "BatchPostings", - "uri": "{/prefix}accounting/stack/list?{?}", + "uri": "{/prefix}accounting/stack/list", "target": "self", "icon": null, "order": 10, @@ -79,7 +79,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}accounting/stack/list?{?}", + "uri": "{/prefix}accounting/stack/list", "target": "self", "icon": null, "order": 5, @@ -94,7 +94,7 @@ "type": 3, "subtype": 1, "name": "Archive", - "uri": "{/prefix}accounting/stack/archive/list?{?}", + "uri": "{/prefix}accounting/stack/archive/list", "target": "self", "icon": null, "order": 10, @@ -109,7 +109,7 @@ "type": 3, "subtype": 1, "name": "Predefined", - "uri": "{/prefix}accounting/stack/predefined/list?{?}", + "uri": "{/prefix}accounting/stack/predefined/list", "target": "self", "icon": null, "order": 10,