Ignore:
Timestamp:
16 Nov 2015, 15:02:22 (9 years ago)
Author:
Henrik Bettermann
Message:

Only students in clinical medical sciences pay the medical acceptance fee.

File:
1 edited

Legend:

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

    r13464 r13466  
    159159            elif student.current_mode.endswith('_pt'):
    160160                amount = academic_session.clearance_fee_pt
    161             elif student.faccode in ('FBM', 'FCS'):
     161            elif student.faccode == 'FCS':
     162                # Students in clinical medical sciences pay the medical
     163                # acceptance fee
    162164                amount = academic_session.clearance_fee_med
    163165            else:
Note: See TracChangeset for help on using the changeset viewer.