mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 06:02:09 +01:00
fix: set default to 1
This commit is contained in:
@@ -321,9 +321,9 @@
|
||||
"fieldname": "enable_utm",
|
||||
"fieldtype": "Check",
|
||||
"label": "Enable UTM"
|
||||
},
|
||||
},
|
||||
{
|
||||
"default": "0",
|
||||
"default": "1",
|
||||
"fieldname": "automatically_fetch_payment_terms_from_quotation",
|
||||
"fieldtype": "Check",
|
||||
"label": "Automatically Fetch Payment Terms from Quotation"
|
||||
@@ -336,7 +336,7 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"issingle": 1,
|
||||
"links": [],
|
||||
"modified": "2026-02-12 10:38:34.605126",
|
||||
"modified": "2026-02-18 21:25:56.307468",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Selling",
|
||||
"name": "Selling Settings",
|
||||
|
||||
Reference in New Issue
Block a user