Ignore:
Timestamp:
28 Apr 2023, 08:38:41 (19 months ago)
Author:
Henrik Bettermann
Message:

Pt students do not pay SUD.

File:
1 edited

Legend:

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

    r17391 r17397  
    9292        req_payments = ('ict_entre', 'logbook_combo','union')
    9393        req_payments_titles = 'ICT, Student Union and Logbook'
    94         # All ND and HND part time do not pay for LOGBOOK
     94        # All ND and HND part time do not pay for logbook and union
    9595        if student.current_mode.endswith('_pt'):
    96             req_payments = ('ict_entre', 'union')
    97             req_payments_titles = 'Student Union and ICT'
     96            req_payments = ('ict_entre',)
     97            req_payments_titles = 'ICT'
    9898        # HND1 and HND2 full time do not pay for LOGBOOK
    9999        elif student.current_mode == 'hnd_ft' and student.state in (
Note: See TracChangeset for help on using the changeset viewer.