Skip to content

Commit 991a336

Browse files
mahsemmergify[bot]
authored andcommitted
fix: relabel rate to tax rate
(cherry picked from commit 1eb8b0c)
1 parent 042d12b commit 991a336

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

erpnext/accounts/doctype/account/account.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"description": "Rate at which this tax is applied",
129129
"fieldname": "tax_rate",
130130
"fieldtype": "Float",
131-
"label": "Rate",
131+
"label": "Tax Rate",
132132
"oldfieldname": "tax_rate",
133133
"oldfieldtype": "Currency"
134134
},

erpnext/accounts/doctype/advance_taxes_and_charges/advance_taxes_and_charges.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"fieldname": "rate",
102102
"fieldtype": "Float",
103103
"in_list_view": 1,
104-
"label": "Rate",
104+
"label": "Tax Rate",
105105
"oldfieldname": "rate",
106106
"oldfieldtype": "Currency"
107107
},

erpnext/accounts/doctype/pos_closing_entry_taxes/pos_closing_entry_taxes.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"fieldname": "rate",
1515
"fieldtype": "Percent",
1616
"in_list_view": 1,
17-
"label": "Rate",
17+
"label": "Tax Rate",
1818
"read_only": 1
1919
},
2020
{

0 commit comments

Comments
 (0)