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