Ignore:
Timestamp:
18 Jun 2020, 20:29:14 (5 years ago)
Author:
Henrik Bettermann
Message:

It seems that only PG students can pay sports and library fee individually.

File:
1 edited

Legend:

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

    r16033 r16123  
    470470            if student.entry_session >= 2019:
    471471                amount += gateway_net_amt(academic_session.ict_fee)
    472         elif category == ('sports_library'): # temporarily in 2020
    473                 amount = 4200.0
     472        elif category == 'sports_library': # temporarily in 2020
     473            amount = academic_session.sports_fee + gateway_net_amt(
     474                academic_session.library_pg_fee)
    474475        elif not student.is_postgrad:
    475476            fee_name = category + '_fee'
Note: See TracChangeset for help on using the changeset viewer.