Ignore:
Timestamp:
18 Mar 2025, 18:23:56 (5 months ago)
Author:
Henrik Bettermann
Message:

Increase bed allocation fee.

File:
1 edited

Legend:

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

    r17979 r18047  
    447447            amount = academic_session.booking_fee
    448448            if student.is_postgrad:
    449                 amount += 500
     449                amount += 1000
    450450        elif category == 'hostel_maintenance':
    451451            amount = 0.0
Note: See TracChangeset for help on using the changeset viewer.