Changeset 17187 for main/waeup.fceokene/trunk
- Timestamp:
- 1 Dec 2022, 06:33:13 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py
r17185 r17187 118 118 #if bedticket.bed.__parent__.maint_fee > 0: 119 119 # amount = bedticket.bed.__parent__.maint_fee 120 if booking_session < 2022:120 if student['studycourse'].current_session < 2022: 121 121 amount = 6100.0 122 122 else:
Note: See TracChangeset for help on using the changeset viewer.