commit | 755d3782a5b70ea6f8ea4aa7e2c836cea451b302 | [log] [tgz] |
---|---|---|
author | Achilles Rasquinha <achillesrasquinha@gmail.com> | Thu Mar 08 13:21:42 2018 +0530 |
committer | GitHub <noreply@github.com> | Thu Mar 08 13:21:42 2018 +0530 |
tree | 87e5a168bf661565b133f8d55f24274ff18ccd04 | |
parent | 7df344409e08a76f315f7c62997feee476e82144 [diff] | |
parent | 9efd6e80d2734d3bdced47d0ddf85a0a81eb65f3 [diff] |
Merge pull request #13230 from achillesrasquinha/develop 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')