chore: make Reserve Stock checkbox visible in SO
This commit is contained in:
parent
1d186efaab
commit
36a996d704
@ -1631,10 +1631,9 @@
|
|||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
"depends_on": "eval: (doc.docstatus == 0 || doc.reserve_stock)",
|
"depends_on": "eval: (doc.docstatus == 0 || doc.reserve_stock)",
|
||||||
"description": "If checked, Stock Reservation Entries will be created on <b>Submit</b>",
|
"description": "If checked, Stock will be reserved on <b>Submit</b>",
|
||||||
"fieldname": "reserve_stock",
|
"fieldname": "reserve_stock",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"hidden": 1,
|
|
||||||
"label": "Reserve Stock",
|
"label": "Reserve Stock",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"print_hide": 1,
|
"print_hide": 1,
|
||||||
@ -1645,7 +1644,7 @@
|
|||||||
"idx": 105,
|
"idx": 105,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-07-24 08:59:11.599875",
|
"modified": "2023-10-18 12:41:54.813462",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Sales Order",
|
"name": "Sales Order",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user