Merge pull request #43291 from frappe/mergify/copy/develop/pr-43213

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

View File

@@ -211,7 +211,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):