- Timestamp:
- 28 Apr 2023, 08:38:41 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/students/utils.py
r17391 r17397 92 92 req_payments = ('ict_entre', 'logbook_combo','union') 93 93 req_payments_titles = 'ICT, Student Union and Logbook' 94 # All ND and HND part time do not pay for LOGBOOK94 # All ND and HND part time do not pay for logbook and union 95 95 if student.current_mode.endswith('_pt'): 96 req_payments = ('ict_entre', 'union')97 req_payments_titles = ' Student Union andICT'96 req_payments = ('ict_entre',) 97 req_payments_titles = 'ICT' 98 98 # HND1 and HND2 full time do not pay for LOGBOOK 99 99 elif student.current_mode == 'hnd_ft' and student.state in (
Note: See TracChangeset for help on using the changeset viewer.