Changeset 17167


Ignore:
Timestamp:
20 Nov 2022, 16:21:58 (22 months ago)
Author:
Henrik Bettermann
Message:

Fix typo.

File:
1 edited

Legend:

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

    r17166 r17167  
    127127            amount = academic_session.clearance_fee
    128128            if amount and student.faccode != 'PRE' and not student.is_jupeb:
    129                 if nlocal(student):
     129                if local(student):
    130130                    amount *= 2.0
    131131                else:
Note: See TracChangeset for help on using the changeset viewer.