Ignore:
Timestamp:
1 Dec 2022, 06:33:13 (22 months ago)
Author:
Henrik Bettermann
Message:

Maintenance fee depends on the student’s current session.

File:
1 edited

Legend:

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

    r17185 r17187  
    118118                #if bedticket.bed.__parent__.maint_fee > 0:
    119119                #    amount = bedticket.bed.__parent__.maint_fee
    120                 if booking_session < 2022:
     120                if student['studycourse'].current_session < 2022:
    121121                    amount = 6100.0
    122122                else:
Note: See TracChangeset for help on using the changeset viewer.