fix: incorrect label in Item-wise sales register

(cherry picked from commit d9013e1054)
This commit is contained in:
ruthra kumar
2025-01-14 13:34:12 +05:30
committed by Mergify
parent b4bcb7f9ac
commit 36d1fbd6a3

View File

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