mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
fix: set default to 1
(cherry picked from commit 8b9e02fd44)
# Conflicts:
# erpnext/selling/doctype/selling_settings/selling_settings.json
This commit is contained in:
committed by
Mergify
parent
7ec00887be
commit
ceba14cb0d
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user