fix: Added translation for Account column

(cherry picked from commit de6cbd382f)
This commit is contained in:
Abdeali Chharchhoda
2024-11-29 17:42:11 +05:30
committed by Mergify
parent 84bd0c8c50
commit 2061c7ca46

View File

@@ -1019,7 +1019,7 @@ class ReceivablePayableReport:
width=180,
)
self.add_column(
label=self.account_type + " Account",
label=_(self.account_type + " Account"),
fieldname="party_account",
fieldtype="Link",
options="Account",