Ignore:
Timestamp:
2 Nov 2015, 05:54:08 (9 years ago)
Author:
Henrik Bettermann
Message:

Configure acceptance/clearance fee computation.

File:
1 edited

Legend:

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

    r13374 r13377  
    136136            if student.faccode == 'FP':
    137137                amount = academic_session.clearance_fee_fp
     138            elif student.current_mode.endswith('_pt'):
     139                amount = academic_session.clearance_fee_pt
     140            elif student.faccode in ('FBM', 'FCS'):
     141                amount = academic_session.clearance_fee_med
    138142            else:
    139143                amount = academic_session.clearance_fee
Note: See TracChangeset for help on using the changeset viewer.