mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +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
@@ -270,7 +270,7 @@
|
|||||||
"label": "Enable UTM"
|
"label": "Enable UTM"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "1",
|
||||||
"fieldname": "automatically_fetch_payment_terms_from_quotation",
|
"fieldname": "automatically_fetch_payment_terms_from_quotation",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Automatically Fetch Payment Terms from Quotation"
|
"label": "Automatically Fetch Payment Terms from Quotation"
|
||||||
@@ -283,7 +283,11 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2026-01-24 00:04:33.105916",
|
"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",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Selling Settings",
|
"name": "Selling Settings",
|
||||||
|
|||||||
Reference in New Issue
Block a user