chore: make Submitted default status for Stock Reservation Entry

This commit is contained in:
s-aga-r 2023-03-20 22:40:06 +05:30
parent 2946de40d8
commit 4848a054a8

View File

@ -203,11 +203,12 @@
"width": "150px" "width": "150px"
}, },
{ {
"default": "Submitted",
"fieldname": "status", "fieldname": "status",
"fieldtype": "Select", "fieldtype": "Select",
"hidden": 1, "hidden": 1,
"label": "Status", "label": "Status",
"options": "\nSubmitted\nPartially Delivered\nDelivered\nCancelled", "options": "Submitted\nPartially Delivered\nDelivered\nCancelled",
"read_only": 1 "read_only": 1
}, },
{ {
@ -218,9 +219,10 @@
} }
], ],
"hide_toolbar": 1, "hide_toolbar": 1,
"in_create": 1,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2023-03-20 21:18:03.025423", "modified": "2023-03-20 21:53:07.671437",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Reservation Entry", "name": "Stock Reservation Entry",