mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-31 02:40:43 +02:00
fix(membership): currency should be a link
This commit is contained in:
@@ -90,9 +90,9 @@
|
||||
},
|
||||
{
|
||||
"fieldname": "currency",
|
||||
"fieldtype": "Select",
|
||||
"fieldtype": "Link",
|
||||
"label": "Currency",
|
||||
"options": "USD\nINR"
|
||||
"options": "Currency"
|
||||
},
|
||||
{
|
||||
"fieldname": "amount",
|
||||
@@ -163,4 +163,4 @@
|
||||
"sort_field": "modified",
|
||||
"sort_order": "DESC",
|
||||
"track_changes": 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user