commit | e96a5770f228668354146303c886a5978b1c6c69 | [log] [tgz] |
---|---|---|
author | Achilles Rasquinha <achillesrasquinha@gmail.com> | Thu Mar 08 13:16:29 2018 +0530 |
committer | Achilles Rasquinha <achillesrasquinha@gmail.com> | Thu Mar 08 13:16:29 2018 +0530 |
tree | 82b71bfda2832ce5febf7c05766da49a781af2e4 | |
parent | 908289d40ab033e416c154d70951d7dbe650de26 [diff] |
fixed tabs
diff --git a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py index 90d4d0e..58794e4 100755 --- a/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py +++ b/erpnext/healthcare/doctype/patient_appointment/patient_appointment.py
@@ -326,4 +326,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