fix: remove default value

This commit is contained in:
Abhishek Balam 2020-09-30 10:39:26 +05:30
parent 42d8db59f0
commit 001e7e9df9

View File

@ -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",