Merge pull request #45260 from ruthra-kumar/incorrect_label

fix: incorrect label in Item-wise sales register
This commit is contained in:
ruthra kumar
2025-01-14 13:55:20 +05:30
committed by GitHub

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",