Merge pull request #43213 from sameer55chauhan/patch-4

fix: Payment Ledger Report currency fieldtype fix
This commit is contained in:
ruthra kumar
2024-09-19 07:05:43 +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):