mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 06:02:09 +01:00
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",
|
"fieldname": "actual_discount_amount",
|
||||||
"label": _("Discount Amount in Transaction"),
|
"label": _("Discount Amount in Transaction"),
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Currency",
|
||||||
"width": 180,
|
"width": 180,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "suspected_discount_amount",
|
"fieldname": "suspected_discount_amount",
|
||||||
"label": _("Suspected Discount Amount"),
|
"label": _("Suspected Discount Amount"),
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Currency",
|
||||||
"width": 180,
|
"width": 180,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user