Ignore:
Timestamp:
17 Oct 2019, 16:29:14 (5 years ago)
Author:
Henrik Bettermann
Message:

HND students pay more.

File:
1 edited

Legend:

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

    r15681 r15692  
    207207                return _('Study course data are incomplete.'), None
    208208            amount = academic_session.clearance_fee
     209            # HND students pay more
     210            if student.current_mode == 'hnd_ft':
     211                amount += 3000
    209212            # Local ND and HND students are given a rebate which has
    210213            # to be adjusted if the basic acceptance fee changes.
Note: See TracChangeset for help on using the changeset viewer.