mirror of
https://github.com/Karaka-Management/oms-LoanManagement.git
synced 2026-01-10 16:48:41 +00:00
fix bugs
This commit is contained in:
parent
808fee548f
commit
739cb19abd
|
|
@ -5,7 +5,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Loans",
|
||||
"uri": "{/base}/finance/loan/list?{?}",
|
||||
"uri": "{/base}/finance/loan/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 10,
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "{/base}/finance/loan/list?{?}",
|
||||
"uri": "{/base}/finance/loan/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
"uri": "{/base}/finance/loan/create?{?}",
|
||||
"uri": "{/base}/finance/loan/create",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Table",
|
||||
"uri": "{/base}/finance/loan/table?{?}",
|
||||
"uri": "{/base}/finance/loan/table",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 10,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user