fix: Added back accidentally deleted field
This commit is contained in:
parent
90d9d80ef9
commit
b782d2a99d
@ -11,6 +11,7 @@
|
|||||||
"naming_series",
|
"naming_series",
|
||||||
"title",
|
"title",
|
||||||
"material_request_type",
|
"material_request_type",
|
||||||
|
"transfer_status",
|
||||||
"customer",
|
"customer",
|
||||||
"status",
|
"status",
|
||||||
"column_break_2",
|
"column_break_2",
|
||||||
@ -298,13 +299,22 @@
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Set Source Warehouse",
|
"label": "Set Source Warehouse",
|
||||||
"options": "Warehouse"
|
"options": "Warehouse"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"allow_on_submit": 1,
|
||||||
|
"depends_on": "eval:doc.add_to_transit == 1",
|
||||||
|
"fieldname": "transfer_status",
|
||||||
|
"fieldtype": "Select",
|
||||||
|
"label": "Transfer Status",
|
||||||
|
"options": "\nNot Started\nIn Transit\nCompleted",
|
||||||
|
"read_only": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-ticket",
|
"icon": "fa fa-ticket",
|
||||||
"idx": 70,
|
"idx": 70,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2020-09-19 00:36:00.306761",
|
"modified": "2020-09-19 01:04:09.285862",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Material Request",
|
"name": "Material Request",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user