From 50b67792ca003c90fa49cf31e6ee4c37500fa1ae Mon Sep 17 00:00:00 2001 From: Rucha Mahabal Date: Mon, 3 Feb 2020 23:45:14 +0530 Subject: [PATCH] fix: remove check availability button from form --- .../patient_appointment/patient_appointment.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.json b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.json index 2167b13228c..bfcfbcf2015 100644 --- a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.json +++ b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.json @@ -19,7 +19,6 @@ "get_procedure_from_encounter", "procedure_prescription", "service_unit", - "check_availability", "section_break_12", "practitioner", "department", @@ -100,7 +99,7 @@ { "fieldname": "procedure_template", "fieldtype": "Link", - "label": "Procedure", + "label": "Clinical Procedure Template", "options": "Clinical Procedure Template", "set_only_once": 1 }, @@ -125,12 +124,6 @@ "options": "Healthcare Service Unit", "set_only_once": 1 }, - { - "depends_on": "eval:doc.__islocal", - "fieldname": "check_availability", - "fieldtype": "Button", - "label": "Check availability" - }, { "fieldname": "section_break_12", "fieldtype": "Section Break" @@ -289,7 +282,7 @@ } ], "links": [], - "modified": "2020-02-03 21:22:03.313138", + "modified": "2020-02-03 23:38:41.821141", "modified_by": "Administrator", "module": "Healthcare", "name": "Patient Appointment",