commit | 30f6f7dd55a1879945d9df9ed4564b231aa91014 | [log] [tgz] |
---|---|---|
author | Achilles Rasquinha <achillesrasquinha@gmail.com> | Thu Mar 08 13:27:52 2018 +0530 |
committer | GitHub <noreply@github.com> | Thu Mar 08 13:27:52 2018 +0530 |
tree | cdf6ecd76d909121933ea165ae67472f00f50e9b | |
parent | 755d3782a5b70ea6f8ea4aa7e2c836cea451b302 [diff] | |
parent | d2eec91b2cf2b81eac8c8e9d43d073f3b3e2abf2 [diff] |
Merge pull request #13232 from codingCoffee/indentation_fix indentation fix
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: