Changeset 16802


Ignore:
Timestamp:
13 Feb 2022, 15:21:18 (3 years ago)
Author:
Henrik Bettermann
Message:

Uups, non-local students pay more not local.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py

    r16790 r16802  
    112112                return _('Study course data are incomplete.'), None
    113113            amount = academic_session.clearance_fee
    114             if local(student):
     114            if not local(student):
    115115                amount += 10000
    116116        elif category == 'bed_allocation':
Note: See TracChangeset for help on using the changeset viewer.