Ignore:
Timestamp:
19 Nov 2015, 16:41:26 (9 years ago)
Author:
Henrik Bettermann
Message:

Add two more faculties to special_handling 'clinical'.

File:
1 edited

Legend:

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

    r13465 r13487  
    125125            sex = 'male'
    126126        special_handling = 'regular'
    127         if student.faccode in ('MED', 'DEN'):
     127        if student.faccode in ('MED', 'DEN', 'PHA', 'BMS'):
    128128            special_handling = 'clinical'
    129129        elif student.certcode in ('BARTMAS', 'BARTTHR', 'BARTFAA',
Note: See TracChangeset for help on using the changeset viewer.