Ignore:
Timestamp:
8 Oct 2015, 05:21:56 (9 years ago)
Author:
Henrik Bettermann
Message:

DEN and MED students are beeing accommodated in clinical hostels.

File:
1 edited

Legend:

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

    r13296 r13298  
    116116            sex = 'male'
    117117        special_handling = 'regular'
    118         if student.faccode == 'MED':
     118        if student.faccode in ('MED', 'DEN'):
    119119            special_handling = 'clinical'
    120120        d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt)
Note: See TracChangeset for help on using the changeset viewer.