fix: set default to 1

(cherry picked from commit 8b9e02fd44)

# Conflicts:
#	erpnext/selling/doctype/selling_settings/selling_settings.json
This commit is contained in:
SowmyaArunachalam
2026-02-18 21:28:26 +05:30
committed by Mergify
parent 7ec00887be
commit ceba14cb0d

View File

@@ -268,9 +268,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"
@@ -283,7 +283,11 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
<<<<<<< HEAD
"modified": "2026-01-24 00:04:33.105916",
=======
"modified": "2026-02-18 21:25:56.307468",
>>>>>>> 8b9e02fd44 (fix: set default to 1)
"modified_by": "Administrator",
"module": "Selling",
"name": "Selling Settings",