Ignore:
Timestamp:
18 Sep 2011, 17:47:26 (13 years ago)
Author:
Henrik Bettermann
Message:

Add only the tickets with correct course referrer level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/studycourse.py

    r6783 r6791  
    4949        #Create course tickets automatically
    5050        for key, val in cert.items():
     51            if val.level != studylevel.level:
     52                continue
    5153            ticket = CourseTicket(
    5254                val.getCourseCode(),
Note: See TracChangeset for help on using the changeset viewer.