Skip to content

Master

François Jacquet requested to merge master into mobile

Created by: coooooool

There is a bug adding course periode, so you must add the folowing code in modules/Scheduling/Courses.php on Line 366 if ($_REQUEST['course_period_id'] == 'new') { $id = DBGet(DBQuery("SELECT ".db_seq_nextval('COURSE_PERIODS_SEQ').' AS ID'.FROM_DUAL)); $_REQUEST['course_period_id'] = $id[1]['ID']; }

It's working for me

Merge request reports