fix: Payment Ledger Report currency fieldtype fix

This commit is contained in:
sameer Chauhan
2024-09-13 17:32:44 +05:30
committed by GitHub
parent ef6b172616
commit ad2d6a1625

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):