Ignore:
Timestamp:
16 Apr 2021, 14:54:47 (3 years ago)
Author:
Henrik Bettermann
Message:

PG students pay 50% acceptance fee.

File:
1 edited

Legend:

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

    r16396 r16464  
    195195                return _('Study course data are incomplete.'), None
    196196            amount = academic_session.clearance_fee
     197            if student.is_postgrad:
     198                amount *= 0.5
    197199        elif category.startswith('resit'):
    198200            amount = academic_session.resit_fee
Note: See TracChangeset for help on using the changeset viewer.