Changeset 17501 for main/waeup.fceokene


Ignore:
Timestamp:
21 Jul 2023, 13:46:58 (14 months ago)
Author:
Henrik Bettermann
Message:

Do not just charge the increment.

File:
1 edited

Legend:

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

    r17499 r17501  
    330330                if academic_session == None:
    331331                    return _(u'Session configuration object is not available.'), None
    332             if p_session > 2021:
     332            if amount and p_session > 2021:
    333333                    amount += increment_2022
    334334        else:
Note: See TracChangeset for help on using the changeset viewer.