diff --git a/erpnext/accounts/report/calculated_discount_mismatch/calculated_discount_mismatch.py b/erpnext/accounts/report/calculated_discount_mismatch/calculated_discount_mismatch.py index d8005761e92..4017fca2b38 100644 --- a/erpnext/accounts/report/calculated_discount_mismatch/calculated_discount_mismatch.py +++ b/erpnext/accounts/report/calculated_discount_mismatch/calculated_discount_mismatch.py @@ -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, }, ]