Merge pull request #44926 from frappe/mergify/bp/version-15-hotfix/pr-44815

fix: relabel rate to tax rate (backport #44815)
This commit is contained in:
ruthra kumar
2024-12-27 10:55:54 +05:30
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@
"description": "Rate at which this tax is applied", "description": "Rate at which this tax is applied",
"fieldname": "tax_rate", "fieldname": "tax_rate",
"fieldtype": "Float", "fieldtype": "Float",
"label": "Rate", "label": "Tax Rate",
"oldfieldname": "tax_rate", "oldfieldname": "tax_rate",
"oldfieldtype": "Currency" "oldfieldtype": "Currency"
}, },

View File

@@ -101,7 +101,7 @@
"fieldname": "rate", "fieldname": "rate",
"fieldtype": "Float", "fieldtype": "Float",
"in_list_view": 1, "in_list_view": 1,
"label": "Rate", "label": "Tax Rate",
"oldfieldname": "rate", "oldfieldname": "rate",
"oldfieldtype": "Currency" "oldfieldtype": "Currency"
}, },

View File

@@ -14,7 +14,7 @@
"fieldname": "rate", "fieldname": "rate",
"fieldtype": "Percent", "fieldtype": "Percent",
"in_list_view": 1, "in_list_view": 1,
"label": "Rate", "label": "Tax Rate",
"read_only": 1 "read_only": 1
}, },
{ {