Ignore:
Timestamp:
16 Nov 2014, 07:05:22 (10 years ago)
Author:
Henrik Bettermann
Message:

ITCH is now IOT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/students/utils.py

    r11944 r11965  
    310310            sex = 'male'
    311311        special_handling = 'regular'
    312         if student.faccode == 'ITCH':
    313             special_handling = 'itch'
     312        if student.faccode == 'IOT':
     313            special_handling = 'iot'
    314314        d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt)
    315315        return d
Note: See TracChangeset for help on using the changeset viewer.