mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix: Payment Ledger Report currency fieldtype fix
(cherry picked from commit ad2d6a1625)
This commit is contained in:
@@ -211,7 +211,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