fix: Added translation for Account column
(cherry picked from commit de6cbd382f)
This commit is contained in:
committed by
Mergify
parent
579d8e293e
commit
eb4a485df6
@@ -1028,7 +1028,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