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