chore: make Reserve Stock on Sales Order Submission disabled by default

This commit is contained in:
s-aga-r 2023-03-31 12:50:13 +05:30
parent 06d1bc4d12
commit 4d8ae41553

View File

@ -357,7 +357,7 @@
"label": "Enable Stock Reservation" "label": "Enable Stock Reservation"
}, },
{ {
"default": "1", "default": "0",
"depends_on": "eval: doc.enable_stock_reservation", "depends_on": "eval: doc.enable_stock_reservation",
"fieldname": "reserve_stock_on_sales_order_submission", "fieldname": "reserve_stock_on_sales_order_submission",
"fieldtype": "Check", "fieldtype": "Check",
@ -380,7 +380,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2023-03-23 18:59:11.773360", "modified": "2023-03-31 12:49:14.473312",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Settings", "name": "Stock Settings",