mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
fix: Payment Ledger Report currency fieldtype fix
This commit is contained in:
@@ -210,7 +210,7 @@ class PaymentLedger:
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
self.columns.append(
|
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):
|
def run(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user