remove parameters after list (id) must not be set

This commit is contained in:
Dennis Eichhorn 2020-03-05 22:30:00 +01:00
parent 965aaf2345
commit d67c5fc580

View File

@ -5,7 +5,7 @@
"type": 2,
"subtype": 1,
"name": "Billing",
"uri": "{/prefix}sales/invoice/list?{?}",
"uri": "{/prefix}sales/invoice/list",
"target": "self",
"icon": null,
"order": 5,
@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/prefix}sales/invoice/list?{?}",
"uri": "{/prefix}sales/invoice/list",
"target": "self",
"icon": null,
"order": 1,
@ -51,7 +51,7 @@
"type": 2,
"subtype": 1,
"name": "Invoice",
"uri": "{/prefix}purchase/invoice/list?{?}",
"uri": "{/prefix}purchase/invoice/list",
"target": "self",
"icon": null,
"order": 5,
@ -65,7 +65,7 @@
"type": 3,
"subtype": 1,
"name": "List",
"uri": "{/prefix}purchase/invoice/list?{?}",
"uri": "{/prefix}purchase/invoice/list",
"target": "self",
"icon": null,
"order": 1,