From e71153cbeef7f1c118f1c7a6eae4941a00770fe4 Mon Sep 17 00:00:00 2001 From: Prssanna Desai Date: Mon, 16 Mar 2020 15:52:25 +0530 Subject: [PATCH] fix: fix options of currency fieldtype in Expense Taxes and Charges (#20901) --- .../expense_taxes_and_charges.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/hr/doctype/expense_taxes_and_charges/expense_taxes_and_charges.json b/erpnext/hr/doctype/expense_taxes_and_charges/expense_taxes_and_charges.json index 96ad1b770d..d68caf1cc1 100644 --- a/erpnext/hr/doctype/expense_taxes_and_charges/expense_taxes_and_charges.json +++ b/erpnext/hr/doctype/expense_taxes_and_charges/expense_taxes_and_charges.json @@ -71,7 +71,7 @@ "label": "Amount", "oldfieldname": "tax_amount", "oldfieldtype": "Currency", - "options": "currency" + "options": "Company:company:default_currency" }, { "columns": 2, @@ -81,7 +81,7 @@ "label": "Total", "oldfieldname": "total", "oldfieldtype": "Currency", - "options": "currency", + "options": "Company:company:default_currency", "read_only": 1 }, { @@ -95,7 +95,7 @@ ], "istable": 1, "links": [], - "modified": "2019-12-11 13:50:02.883328", + "modified": "2020-03-11 13:25:06.721917", "modified_by": "Administrator", "module": "HR", "name": "Expense Taxes and Charges",