Changes between Version 5 and Version 6 of UC3001


Ignore:
Timestamp:
09/09/26 13:10:05 (28 hours ago)
Author:
216009
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UC3001

    v5 v6  
    32325. If not enrolled, system inserts the enrollment record:
    3333{{{
    34 INSERT INTO Student_Subject (Ss_Id, Student_Id, Subject_Id, Professor_Id, Status, Enrollment_Date, Abesense_Count)
     34INSERT INTO Student_Subject (Ss_Id, Student_Id, Subject_Id, Professor_Id, Status, Enrollment_Date, Absences_Count)
    3535VALUES (:ss_id, :student_id, :subject_id, :professor_id, 'Enrolled', :enrollment_date, 0);
    3636}}}