mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 15:25:19 +00:00
fix: Added translation for Account column
(cherry picked from commit de6cbd382f)
This commit is contained in:
committed by
Mergify
parent
84bd0c8c50
commit
2061c7ca46
@@ -1019,7 +1019,7 @@ class ReceivablePayableReport:
|
|||||||
width=180,
|
width=180,
|
||||||
)
|
)
|
||||||
self.add_column(
|
self.add_column(
|
||||||
label=self.account_type + " Account",
|
label=_(self.account_type + " Account"),
|
||||||
fieldname="party_account",
|
fieldname="party_account",
|
||||||
fieldtype="Link",
|
fieldtype="Link",
|
||||||
options="Account",
|
options="Account",
|
||||||
|
|||||||
Reference in New Issue
Block a user