commit | 9efd6e80d2734d3bdced47d0ddf85a0a81eb65f3 | [log] [tgz] |
---|---|---|
author | Achilles Rasquinha <achillesrasquinha@gmail.com> | Thu Mar 08 13:20:48 2018 +0530 |
committer | Achilles Rasquinha <achillesrasquinha@gmail.com> | Thu Mar 08 13:20:48 2018 +0530 |
tree | 87e5a168bf661565b133f8d55f24274ff18ccd04 | |
parent | ed710e2f2f7b06e57bb867248f6dd2d03535a9d3 [diff] |
fixed tabs
diff --git a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py index c715b1b..b083302 100755 --- a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +++ b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py
@@ -122,6 +122,7 @@ if available_slots: appointments = [] + if schedule.service_unit: slot_name = schedule.schedule+" - "+schedule.service_unit allow_overlap = frappe.get_value('Patient Service Unit', schedule.service_unit, 'overlap_appointments')