fix: fieldtype to Currency for discount amounts

This commit is contained in:
priyanshshah2442
2025-06-09 19:20:40 +05:30
parent 9bf9b34ac4
commit f781a39dbe

View File

@@ -57,13 +57,13 @@ def get_columns():
{
"fieldname": "actual_discount_amount",
"label": _("Discount Amount in Transaction"),
"fieldtype": "Data",
"fieldtype": "Currency",
"width": 180,
},
{
"fieldname": "suspected_discount_amount",
"label": _("Suspected Discount Amount"),
"fieldtype": "Data",
"fieldtype": "Currency",
"width": 180,
},
]