From b0ea297cf8beb13d2089df7d8ff0c3f0f4e5791d Mon Sep 17 00:00:00 2001 From: Jamsheer Date: Wed, 8 Aug 2018 12:54:31 +0530 Subject: [PATCH] Patient Appointment - department - reqd = 0 --- .../doctype/patient_appointment/patient_appointment.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.json b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.json index 4ce4573f02..5215c2888c 100644 --- a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.json +++ b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.json @@ -108,7 +108,7 @@ "read_only": 0, "remember_last_selected_value": 0, "report_hide": 0, - "reqd": 1, + "reqd": 0, "search_index": 1, "set_only_once": 1, "translatable": 0,