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

Remove PHA and BMS from clinical hostel allocation.

File:
1 edited

Legend:

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

    r13497 r13499  
    120120            sex = 'male'
    121121        special_handling = 'regular'
    122         if student.faccode in ('MED', 'DEN', 'PHA', 'BMS'):
     122        if student.faccode in ('MED', 'DEN'):
    123123            special_handling = 'clinical'
    124124        elif student.certcode in ('BARTMAS', 'BARTTHR', 'BARTFAA',
Note: See TracChangeset for help on using the changeset viewer.