diff --git a/erpnext/accounts/doctype/account/account.json b/erpnext/accounts/doctype/account/account.json index 0220ab131764bf08484308e53f9215537e21fba7..ebfa30685a272b97d1b02b291ef30c64ef8a94f0 100644 --- a/erpnext/accounts/doctype/account/account.json +++ b/erpnext/accounts/doctype/account/account.json @@ -127,7 +127,7 @@ "description": "Rate at which this tax is applied", "fieldname": "tax_rate", "fieldtype": "Float", - "label": "Rate", + "label": "Tax Rate", "oldfieldname": "tax_rate", "oldfieldtype": "Currency" }, diff --git a/erpnext/accounts/doctype/advance_taxes_and_charges/advance_taxes_and_charges.json b/erpnext/accounts/doctype/advance_taxes_and_charges/advance_taxes_and_charges.json index 144df91239d20c2f9cd0ddb9ab1bacf139342a3d..9136646420bb4546502e453e6be9c04a7826244d 100644 --- a/erpnext/accounts/doctype/advance_taxes_and_charges/advance_taxes_and_charges.json +++ b/erpnext/accounts/doctype/advance_taxes_and_charges/advance_taxes_and_charges.json @@ -104,7 +104,7 @@ "fieldname": "rate", "fieldtype": "Float", "in_list_view": 1, - "label": "Rate", + "label": "Tax Rate", "oldfieldname": "rate", "oldfieldtype": "Currency" }, diff --git a/erpnext/accounts/doctype/pos_closing_entry_taxes/pos_closing_entry_taxes.json b/erpnext/accounts/doctype/pos_closing_entry_taxes/pos_closing_entry_taxes.json index db273536b7b70843de3bc283afb56dd772b3fcb3..f825d6e9efbfe2c8874e827a9ea6f0926311b62f 100644 --- a/erpnext/accounts/doctype/pos_closing_entry_taxes/pos_closing_entry_taxes.json +++ b/erpnext/accounts/doctype/pos_closing_entry_taxes/pos_closing_entry_taxes.json @@ -14,7 +14,7 @@ "fieldname": "rate", "fieldtype": "Percent", "in_list_view": 1, - "label": "Rate", + "label": "Tax Rate", "read_only": 1 }, {