fix: disable Stock Reservation by default

This commit is contained in:
s-aga-r 2023-04-12 15:12:56 +05:30
parent f0acb2049b
commit e65b6d47e4

View File

@ -351,7 +351,7 @@
"label": "Stock Reservation" "label": "Stock Reservation"
}, },
{ {
"default": "1", "default": "0",
"description": "Allows to create Stock Reservations against <b>Sales Order</b>", "description": "Allows to create Stock Reservations against <b>Sales Order</b>",
"fieldname": "enable_stock_reservation", "fieldname": "enable_stock_reservation",
"fieldtype": "Check", "fieldtype": "Check",
@ -383,7 +383,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2023-04-04 22:46:42.287425", "modified": "2023-04-12 15:11:35.744375",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Settings", "name": "Stock Settings",