mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix: remove default value
This commit is contained in:
@@ -76,8 +76,7 @@ frappe.require("assets/erpnext/js/financial_statements.js", function() {
|
|||||||
"fieldname": "presentation_currency",
|
"fieldname": "presentation_currency",
|
||||||
"label": __("Currency"),
|
"label": __("Currency"),
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"options": erpnext.get_presentation_currency_list(),
|
"options": erpnext.get_presentation_currency_list()
|
||||||
"default": frappe.defaults.get_user_default("currency")
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "with_period_closing_entry",
|
"fieldname": "with_period_closing_entry",
|
||||||
|
|||||||
Reference in New Issue
Block a user