Ignore:
Timestamp:
26 Feb 2024, 08:50:11 (7 months ago)
Author:
Henrik Bettermann
Message:

See ticket #60

Location:
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly
Files:
2 edited

Legend:

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

    r17703 r17704  
    9696            req_payments = ('ict_entre',)
    9797            req_payments_titles = 'ICT'
    98         # HND1 and HND2 full time do not pay for LOGBOOK and ICT
     98        # HND1 and HND2 full time do not pay for LOGBOOK
    9999        elif student.current_mode == 'hnd_ft' and student.state in (
    100100            CLEARED, RETURNING):
    101             req_payments = ('union',)
    102             req_payments_titles = 'Student Union'
     101            req_payments = ('union', 'ict_entre')
     102            req_payments_titles = 'Student Union and ICT'
    103103        # ND2 FULL TIME do not pay LOGBOOK
    104104        elif student.current_mode == 'nd_ft' and student.state == RETURNING:
  • main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/utils/utils.py

    r17703 r17704  
    116116            del spc['clearance']
    117117        if student.current_mode == 'hnd_ft':
    118             del spc['ict_entre']
     118            del spc['logbook_combo']
    119119        return spc
    120120
Note: See TracChangeset for help on using the changeset viewer.