fix: incorrect label in Item-wise sales register

This commit is contained in:
ruthra kumar
2025-01-14 13:34:12 +05:30
parent e529f82392
commit d9013e1054

View File

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