Merge pull request #44816 from mahsem/strings_for_translation

fix: strings for translation
This commit is contained in:
ruthra kumar
2024-12-27 10:56:57 +05:30
committed by GitHub
7 changed files with 11 additions and 11 deletions

View File

@@ -319,7 +319,7 @@ def get_columns(additional_table_columns, filters):
"width": 100,
},
{
"label": _("Rate"),
"label": _("Tax Rate"),
"fieldname": "rate",
"fieldtype": "Float",
"options": "currency",