mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-11 22:38:25 +00:00
fix: added currency
This commit is contained in:
@@ -44,7 +44,7 @@ def get_columns():
|
||||
},
|
||||
{
|
||||
"label": _("Amount"),
|
||||
"fieldtype": "Float",
|
||||
"fieldtype": "Currency",
|
||||
"fieldname": "amount",
|
||||
"width": 100
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user