Skip to content

Commit

Permalink
fix: Added translation for Account column
Browse files Browse the repository at this point in the history
(cherry picked from commit de6cbd3)
  • Loading branch information
Abdeali099 authored and mergify[bot] committed Dec 2, 2024
1 parent 84bd0c8 commit 2061c7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ def get_columns(self):
width=180,
)
self.add_column(
label=self.account_type + " Account",
label=_(self.account_type + " Account"),
fieldname="party_account",
fieldtype="Link",
options="Account",
Expand Down

0 comments on commit 2061c7c

Please sign in to comment.