Ignore:
Timestamp:
27 Jan 2008, 12:14:36 (17 years ago)
Author:
Henrik Bettermann
Message:

getAccommodationInfo: also dentistry students

getAccommodationInfo: Medical was missing

acco_special_handling.xml: wrong key is not necessary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/uniben/waeup_custom/getAccommodationInfo.py

    r3048 r3052  
    131131if student_record.sex:
    132132    d['sex'] = 'female'
    133 if student_record.faculty in ('MED') and int(student_record.level) > 400:
     133if student_record.faculty in ('MED','DEN') and int(student_record.level) > 400:
    134134    bt += "_med"
    135135elif student_record.course in ekehuan_certificates:
Note: See TracChangeset for help on using the changeset viewer.