mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-24 21:38:42 +00:00
remove parameters after list (id) must not be set
This commit is contained in:
parent
965aaf2345
commit
d67c5fc580
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user