fix(Asset Repair): Uncheck allow_on_submit for all fields

This commit is contained in:
GangaManoj 2021-06-16 08:33:05 +05:30
parent 9779aa11fb
commit 0aaf88cc0a

View File

@ -71,14 +71,12 @@
"fieldtype": "Column Break" "fieldtype": "Column Break"
}, },
{ {
"allow_on_submit": 1,
"depends_on": "eval:!doc.__islocal", "depends_on": "eval:!doc.__islocal",
"fieldname": "completion_date", "fieldname": "completion_date",
"fieldtype": "Datetime", "fieldtype": "Datetime",
"label": "Completion Date" "label": "Completion Date"
}, },
{ {
"allow_on_submit": 1,
"default": "Pending", "default": "Pending",
"depends_on": "eval:!doc.__islocal", "depends_on": "eval:!doc.__islocal",
"fieldname": "repair_status", "fieldname": "repair_status",
@ -104,13 +102,11 @@
"fieldtype": "Column Break" "fieldtype": "Column Break"
}, },
{ {
"allow_on_submit": 1,
"fieldname": "actions_performed", "fieldname": "actions_performed",
"fieldtype": "Long Text", "fieldtype": "Long Text",
"label": "Actions performed" "label": "Actions performed"
}, },
{ {
"allow_on_submit": 1,
"fieldname": "downtime", "fieldname": "downtime",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1, "in_list_view": 1,
@ -122,7 +118,6 @@
"fieldtype": "Column Break" "fieldtype": "Column Break"
}, },
{ {
"allow_on_submit": 1,
"fieldname": "repair_cost", "fieldname": "repair_cost",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Repair Cost" "label": "Repair Cost"
@ -255,7 +250,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2021-06-16 08:16:07.581813", "modified": "2021-06-16 08:32:06.160615",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Assets", "module": "Assets",
"name": "Asset Repair", "name": "Asset Repair",