Fix absolute path to relative paths

This commit is contained in:
Dennis Eichhorn 2019-02-11 11:38:15 +01:00
parent b1a5da8acd
commit 3c637ad06a

View File

@ -5,7 +5,7 @@
"type": 2,
"subtype": 1,
"name": "Suppliers",
"uri": "/{/lang}/backend/purchase/supplier/list?{?}",
"uri": "{/lang}/backend/purchase/supplier/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "/{/lang}/backend/purchase/supplier/list?{?}",
"uri": "{/lang}/backend/purchase/supplier/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -34,7 +34,7 @@
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "/{/lang}/backend/purchase/supplier/create?{?}",
"uri": "{/lang}/backend/purchase/supplier/create?{?}",
"target": "self",
"icon": null,
"order": 5,