mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
fixed tabs
This commit is contained in:
@@ -334,4 +334,4 @@ def get_events(start, end, filters=None):
|
|||||||
{"start": start, "end": end}, as_dict=True, update={"allDay": 0})
|
{"start": start, "end": end}, as_dict=True, update={"allDay": 0})
|
||||||
for item in data:
|
for item in data:
|
||||||
item.end = item.start + datetime.timedelta(minutes = item.duration)
|
item.end = item.start + datetime.timedelta(minutes = item.duration)
|
||||||
return data
|
return data
|
||||||
Reference in New Issue
Block a user