fix: remove check availability button from form

This commit is contained in:
Rucha Mahabal 2020-02-03 23:45:14 +05:30
parent 513b443861
commit 50b67792ca

View File

@ -19,7 +19,6 @@
"get_procedure_from_encounter", "get_procedure_from_encounter",
"procedure_prescription", "procedure_prescription",
"service_unit", "service_unit",
"check_availability",
"section_break_12", "section_break_12",
"practitioner", "practitioner",
"department", "department",
@ -100,7 +99,7 @@
{ {
"fieldname": "procedure_template", "fieldname": "procedure_template",
"fieldtype": "Link", "fieldtype": "Link",
"label": "Procedure", "label": "Clinical Procedure Template",
"options": "Clinical Procedure Template", "options": "Clinical Procedure Template",
"set_only_once": 1 "set_only_once": 1
}, },
@ -125,12 +124,6 @@
"options": "Healthcare Service Unit", "options": "Healthcare Service Unit",
"set_only_once": 1 "set_only_once": 1
}, },
{
"depends_on": "eval:doc.__islocal",
"fieldname": "check_availability",
"fieldtype": "Button",
"label": "Check availability"
},
{ {
"fieldname": "section_break_12", "fieldname": "section_break_12",
"fieldtype": "Section Break" "fieldtype": "Section Break"
@ -289,7 +282,7 @@
} }
], ],
"links": [], "links": [],
"modified": "2020-02-03 21:22:03.313138", "modified": "2020-02-03 23:38:41.821141",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Healthcare", "module": "Healthcare",
"name": "Patient Appointment", "name": "Patient Appointment",