indentation fix

This commit is contained in:
Ameya Shenoy 2018-03-08 13:27:11 +05:30
parent 755d3782a5
commit d2eec91b2c
No known key found for this signature in database
GPG Key ID: 735490161CD5C91E

View File

@ -123,7 +123,7 @@ def get_availability_data(date, physician):
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: