From e205801c30bb5f2d627e4878ce37590fb1b9048e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 10 Feb 2023 18:20:57 +0100 Subject: [PATCH] many small fixes --- Admin/Install/Navigation.install.json | 2 +- info.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 5a97e6a..3f85874 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -8,7 +8,7 @@ "uri": null, "target": "self", "icon": "fa fa-shopping-cart", - "order": 40, + "order": 45, "from": "Purchase", "permission": { "permission": 2, "category": null, "element": null }, "parent": 0, diff --git a/info.json b/info.json index 0353d79..44650c0 100755 --- a/info.json +++ b/info.json @@ -17,7 +17,9 @@ "description": "Purchase module.", "directory": "Purchase", "dependencies": { - "Admin": "1.0.0" + "Admin": "1.0.0", + "ItemManagement": "1.0.0", + "SupplierManagement": "1.0.0" }, "providing": { "Navigation": "*"