Ignore:
Timestamp:
2 Feb 2023, 08:39:21 (20 months ago)
Author:
Henrik Bettermann
Message:

Add fee.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py

    r17312 r17328  
    197197        # Determine bed type
    198198        bt = 'all'
    199         if student.current_level >= 300:
    200             bt = 'na'
     199        #if student.current_level >= 300:
     200        #    bt = 'na'
    201201        if student.sex == 'f':
    202202            sex = 'female'
     
    204204            sex = 'male'
    205205        special_handling = 'regular'
    206         if student.faccode in ('FLW', 'FMS'):
    207             special_handling = 'oyibu'
    208         if student.faccode in ('FET', 'FES'):
    209             special_handling = 'alero'
     206        #if student.faccode in ('FLW', 'FMS'):
     207        #    special_handling = 'oyibu'
     208        #if student.faccode in ('FET', 'FES'):
     209        #    special_handling = 'alero'
    210210        d['bt'] = u'%s_%s_%s' % (special_handling,sex,bt)
    211211        return d
Note: See TracChangeset for help on using the changeset viewer.