Merge pull request #43288 from frappe/mergify/bp/version-14-hotfix/pr-43213

fix: Payment Ledger Report currency fieldtype fix (backport #43213)
This commit is contained in:
ruthra kumar
2024-09-19 08:50:19 +05:30
committed by GitHub

View File

@@ -210,7 +210,7 @@ class PaymentLedger:
)
)
self.columns.append(
dict(label=_("Currency"), fieldname="currency", fieldtype="Currency", hidden=True)
dict(label=_("Currency"), fieldname="currency", fieldtype="Link", options="Currency", hidden=True)
)
def run(self):