renamed color field

This commit is contained in:
Shreya
2018-04-30 13:58:17 +05:30
parent 9c688f6dbf
commit fd47b92138
11 changed files with 18 additions and 21 deletions

View File

@@ -189,7 +189,7 @@ def get_course_schedule_events(start, end, filters=None):
from frappe.desk.calendar import get_event_conditions
conditions = get_event_conditions("Course Schedule", filters)
data = frappe.db.sql("""select name, course, _color,
data = frappe.db.sql("""select name, course, color,
timestamp(schedule_date, from_time) as from_datetime,
timestamp(schedule_date, to_time) as to_datetime,
room, student_group, 0 as 'allDay'