commit | b2f7092f9ea8a0ba93f83e26b4c39c71d044cf70 | [log] [tgz] |
---|---|---|
author | Achilles Rasquinha <achillesrasquinha@gmail.com> | Thu Mar 08 14:22:36 2018 +0530 |
committer | GitHub <noreply@github.com> | Thu Mar 08 14:22:36 2018 +0530 |
tree | dc5a7da732a230c476c777467cdd99307f38d684 | |
parent | 30f6f7dd55a1879945d9df9ed4564b231aa91014 [diff] | |
parent | 87dab14576f4fde8e8fc59d5271f463a9900359a [diff] |
Merge pull request #13235 from achillesrasquinha/py3 removed has_key
diff --git a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py index b083302..926dc28 100755 --- a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +++ b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py
@@ -123,7 +123,7 @@ if available_slots: appointments = [] - if schedule.service_unit: + if schedule.service_unit: slot_name = schedule.schedule+" - "+schedule.service_unit allow_overlap = frappe.get_value('Patient Service Unit', schedule.service_unit, 'overlap_appointments') if allow_overlap: