Ignore:
Timestamp:
22 Dec 2011, 08:27:28 (13 years ago)
Author:
Henrik Bettermann
Message:

Set current_level when creating students from applicant data. Use new entry_level attribute from ApplicantsContainer?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/applicant.py

    r7421 r7436  
    114114        student['studycourse'].entry_session = self.__parent__.year
    115115        student['studycourse'].current_session = self.__parent__.year
     116        student['studycourse'].current_level = self.__parent__.entry_level
    116117        self._copyPassportImage(student)
    117118        # Update the catalog
Note: See TracChangeset for help on using the changeset viewer.