Ignore:
Timestamp:
26 Jan 2020, 14:49:57 (5 years ago)
Author:
Henrik Bettermann
Message:

Add Ekenwan faculty.

File:
1 edited

Legend:

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

    r15840 r15956  
    132132                special_handling = 'clinical'
    133133            elif student.certcode in ('BARTMAS', 'BARTTHR', 'BARTFAA',
    134                                       'BAEDFAA', 'BSCEDECHED'):
     134                                      'BAEDFAA', 'BSCEDECHED', 'BAFAA '):
    135135                special_handling = 'ekenwan'
    136136        d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt)
Note: See TracChangeset for help on using the changeset viewer.