many small fixes

This commit is contained in:
Dennis Eichhorn 2023-02-10 18:20:57 +01:00
parent 15ed13b943
commit e205801c30
2 changed files with 4 additions and 2 deletions

View File

@ -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,

View File

@ -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": "*"