fix: remove default value
diff --git a/erpnext/accounts/report/trial_balance/trial_balance.js b/erpnext/accounts/report/trial_balance/trial_balance.js
index f935bec..8645d55 100644
--- a/erpnext/accounts/report/trial_balance/trial_balance.js
+++ b/erpnext/accounts/report/trial_balance/trial_balance.js
@@ -76,8 +76,7 @@
 				"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",