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,
},
{
"label": _("Tax Rate"),
"label": _("Rate"),
"fieldname": "rate",
"fieldtype": "Float",
"options": "currency",