Changeset 17500 for main/waeup.aaue


Ignore:
Timestamp:
21 Jul 2023, 05:35:22 (14 months ago)
Author:
Henrik Bettermann
Message:

Non-Ego PG students pay more.

File:
1 edited

Legend:

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

    r17494 r17500  
    473473            if student.is_postgrad:
    474474                amount += academic_session.penalty_pg
    475                 if student.lga and not student.lga.startswith('edo'):
     475                if student.lga and not student.lga.startswith('edo') \
     476                    and student.entry_session < 2022:
    476477                    amount += 20000.0
    477478            else:
Note: See TracChangeset for help on using the changeset viewer.