Ignore:
Timestamp:
16 Feb 2013, 18:22:16 (12 years ago)
Author:
Henrik Bettermann
Message:

Re-use the student's transfer method for batch processing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py

    r9960 r9962  
    460460        )
    461461
    462     entry_mode = schema.Choice(
    463         title = _(u'Entry Mode'),
    464         source = StudyModeSource(),
    465         required = False,
    466         readonly = False,
    467         )
    468 
    469462    entry_session = schema.Choice(
    470463        title = _(u'Entry Session'),
Note: See TracChangeset for help on using the changeset viewer.