commit | 7df344409e08a76f315f7c62997feee476e82144 | [log] [tgz] |
---|---|---|
author | Achilles Rasquinha <achillesrasquinha@gmail.com> | Thu Mar 08 13:17:19 2018 +0530 |
committer | GitHub <noreply@github.com> | Thu Mar 08 13:17:19 2018 +0530 |
tree | 5a77e3e81a0ad9a5215110cd1f520aef66620ac6 | |
parent | abd365fd9097daed0ce9e0361b6096be426affa9 [diff] | |
parent | e96a5770f228668354146303c886a5978b1c6c69 [diff] |
Merge pull request #13229 from achillesrasquinha/py3 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