commit | 987934d8ee9992d4a432d8da14227a486d2022b8 | [log] [tgz] |
---|---|---|
author | Achilles Rasquinha <achillesrasquinha@gmail.com> | Thu Mar 08 13:16:08 2018 +0530 |
committer | Achilles Rasquinha <achillesrasquinha@gmail.com> | Thu Mar 08 13:16:08 2018 +0530 |
tree | 5a77e3e81a0ad9a5215110cd1f520aef66620ac6 | |
parent | abd365fd9097daed0ce9e0361b6096be426affa9 [diff] |
fixed tabs
diff --git a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py index 626774b..c715b1b 100755 --- a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +++ b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py
@@ -334,4 +334,4 @@ {"start": start, "end": end}, as_dict=True, update={"allDay": 0}) for item in data: item.end = item.start + datetime.timedelta(minutes = item.duration) - return data + return data \ No newline at end of file