Merge pull request #13230 from achillesrasquinha/develop

fixed tabs
This commit is contained in:
Achilles Rasquinha 2018-03-08 13:21:42 +05:30 committed by GitHub
commit 755d3782a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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