|
|
@ -13,7 +13,11 @@ |
|
|
|
"procedure_status", |
|
|
|
"asset_category", |
|
|
|
"item_category", |
|
|
|
"attach_file" |
|
|
|
"attach_file", |
|
|
|
"column_break_10", |
|
|
|
"update_procedure_status", |
|
|
|
"excluded_internal", |
|
|
|
"excluded_global" |
|
|
|
], |
|
|
|
"fields": [ |
|
|
|
{ |
|
|
@ -63,6 +67,7 @@ |
|
|
|
"fieldname": "asset_category", |
|
|
|
"fieldtype": "Data", |
|
|
|
"in_list_view": 1, |
|
|
|
"in_standard_filter": 1, |
|
|
|
"label": "Asset Category", |
|
|
|
"read_only": 1 |
|
|
|
}, |
|
|
@ -86,12 +91,38 @@ |
|
|
|
"hidden": 1, |
|
|
|
"label": "Attach File", |
|
|
|
"read_only": 1 |
|
|
|
}, |
|
|
|
{ |
|
|
|
"fieldname": "column_break_10", |
|
|
|
"fieldtype": "Column Break" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"allow_on_submit": 1, |
|
|
|
"fieldname": "update_procedure_status", |
|
|
|
"fieldtype": "Data", |
|
|
|
"label": "Updated Procedure Status" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"allow_on_submit": 1, |
|
|
|
"default": "0", |
|
|
|
"depends_on": "eval:doc.excluded_internal", |
|
|
|
"fieldname": "excluded_internal", |
|
|
|
"fieldtype": "Check", |
|
|
|
"label": "Excluded Internal Publish" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"allow_on_submit": 1, |
|
|
|
"default": "0", |
|
|
|
"depends_on": "eval:doc.excluded_global", |
|
|
|
"fieldname": "excluded_global", |
|
|
|
"fieldtype": "Check", |
|
|
|
"label": "Excluded Global Publish" |
|
|
|
} |
|
|
|
], |
|
|
|
"index_web_pages_for_search": 1, |
|
|
|
"istable": 1, |
|
|
|
"links": [], |
|
|
|
"modified": "2022-04-11 20:33:32.551849", |
|
|
|
"modified": "2022-05-20 17:54:51.022278", |
|
|
|
"modified_by": "Administrator", |
|
|
|
"module": "Transactions", |
|
|
|
"name": "Publish_Docs", |
|
|
|