fix: remove currency col

(cherry picked from commit 9bf9b34ac4)
This commit is contained in:
Sagar Vora
2025-06-09 19:13:53 +05:30
committed by Mergify
parent 78c63869e0
commit 35035c2a31

View File

@@ -48,12 +48,6 @@ def get_columns():
"options": "doctype",
"width": 150,
},
{
"fieldname": "currency",
"label": _("Currency"),
"fieldtype": "Link",
"options": "Currency",
},
{
"fieldname": "actual_discount_percentage",
"label": _("Discount Percentage in Transaction"),
@@ -150,7 +144,6 @@ def get_data():
{
"doctype": doctype,
"docname": doc_values.name,
"currency": doc_values.currency,
"actual_discount_percentage": doc_values.additional_discount_percentage,
"actual_discount_amount": new,
"suspected_discount_amount": old,