Changeset 17324


Ignore:
Timestamp:
27 Jan 2023, 16:23:59 (20 months ago)
Author:
Henrik Bettermann
Message:

Change getAccommodationDetails.

File:
1 edited

Legend:

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

    r17255 r17324  
    157157                special_handling = 'clinical'
    158158            elif student.certcode in ('BARTMAS', 'BARTTHR', 'BARTFAA',
    159                                       'BAEDFAA', 'BSCEDECHED', 'BAFAA'):
     159                                      'BAEDFAA', 'BSCEDECHED', 'BAFAA',
     160                                      'BARTMUS', 'BSCEDECHED'):
    160161                special_handling = 'ekenwan'
    161162        d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt)
Note: See TracChangeset for help on using the changeset viewer.