mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-21 01:08:41 +00:00
remove parameters after list (id) must not be set
This commit is contained in:
parent
83bd332e26
commit
03a44adeee
|
|
@ -19,7 +19,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Accounts",
|
||||
"uri": "{/prefix}accounting/gl/list?{?}",
|
||||
"uri": "{/prefix}accounting/gl/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "{/prefix}accounting/gl/list?{?}",
|
||||
"uri": "{/prefix}accounting/gl/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "BatchPostings",
|
||||
"uri": "{/prefix}accounting/stack/list?{?}",
|
||||
"uri": "{/prefix}accounting/stack/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 10,
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "{/prefix}accounting/stack/list?{?}",
|
||||
"uri": "{/prefix}accounting/stack/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Archive",
|
||||
"uri": "{/prefix}accounting/stack/archive/list?{?}",
|
||||
"uri": "{/prefix}accounting/stack/archive/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 10,
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Predefined",
|
||||
"uri": "{/prefix}accounting/stack/predefined/list?{?}",
|
||||
"uri": "{/prefix}accounting/stack/predefined/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 10,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user