From 001e7e9df974ae1dd0e58896d17389240338b8c2 Mon Sep 17 00:00:00 2001 From: Abhishek Balam Date: Wed, 30 Sep 2020 10:39:26 +0530 Subject: [PATCH] fix: remove default value --- erpnext/accounts/report/trial_balance/trial_balance.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/accounts/report/trial_balance/trial_balance.js b/erpnext/accounts/report/trial_balance/trial_balance.js index f935bec749..8645d55d0f 100644 --- a/erpnext/accounts/report/trial_balance/trial_balance.js +++ b/erpnext/accounts/report/trial_balance/trial_balance.js @@ -76,8 +76,7 @@ frappe.require("assets/erpnext/js/financial_statements.js", function() { "fieldname": "presentation_currency", "label": __("Currency"), "fieldtype": "Select", - "options": erpnext.get_presentation_currency_list(), - "default": frappe.defaults.get_user_default("currency") + "options": erpnext.get_presentation_currency_list() }, { "fieldname": "with_period_closing_entry",