fix: fieldtype to Currency for discount amounts
(cherry picked from commit f781a39dbe)
This commit is contained in:
committed by
Mergify
parent
35035c2a31
commit
59dd5fee26
@@ -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,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user