Ignore:
Timestamp:
12 Nov 2015, 16:56:18 (9 years ago)
Author:
Henrik Bettermann
Message:

Add more certificates to special_handling category.

File:
1 edited

Legend:

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

    r13447 r13448  
    127127        if student.faccode in ('MED', 'DEN'):
    128128            special_handling = 'clinical'
    129         elif student.certcode in ('BARTMAS', 'MARTTHR', 'BARTFAA'):
     129        elif student.certcode in ('BARTMAS', 'MARTTHR', 'BARTFAA',
     130                                  'BAEDFAA', 'BSCEDECHED'):
    130131            special_handling = 'ekenwan'
    131132        d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt)
Note: See TracChangeset for help on using the changeset viewer.