Merge pull request #45261 from frappe/mergify/bp/version-15-hotfix/pr-45260

fix: incorrect label in Item-wise sales register (backport #45260)
This commit is contained in:
ruthra kumar
2025-01-14 14:05:58 +05:30
committed by GitHub

View File

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