Change permission check from int to string

This commit is contained in:
Dennis Eichhorn 2018-03-09 22:26:22 +01:00
parent 7e4684993e
commit 12815e734e

View File

@ -10,7 +10,7 @@
"icon": "fa fa-usd", "icon": "fa fa-usd",
"order": 20, "order": 20,
"from": "Sales", "from": "Sales",
"permission": null, "permission": { "type": null, "element": null },
"parent": 0, "parent": 0,
"children": [ "children": [
] ]