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 579d8e293e
commit eb4a485df6

View File

@@ -1028,7 +1028,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",