mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
[form] [status] fix #172
This commit is contained in:
@@ -88,6 +88,6 @@ def get_events(start, end, filters=None):
|
|||||||
"start": start,
|
"start": start,
|
||||||
"end": end,
|
"end": end,
|
||||||
"conditions": conditions
|
"conditions": conditions
|
||||||
}, as_dict=True, update={"allDay": 0}, debug=1)
|
}, as_dict=True, update={"allDay": 0})
|
||||||
|
|
||||||
return data
|
return data
|
||||||
|
|||||||
Reference in New Issue
Block a user