Ignore:
Timestamp:
14 Jan 2025, 14:08:30 (7 months ago)
Author:
Henrik Bettermann
Message:

Update fees.

File:
1 edited

Legend:

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

    r17734 r17983  
    200200                if category == 'schoolfee_ug_new':
    201201                    # conditions checked above
    202                     amount = 63200
     202                    amount = 80000
    203203                elif category == 'schoolfee_ug_ret':
    204204                    # conditions checked above
    205                     amount = 48700
     205                    amount = 60000
    206206                elif student.state == CLEARED:
    207                     amount = 126200
     207                    amount = 140000
    208208                # Introducing repeater fee for 'ug_ft' for 1st time
    209209                # on 15/03/2016
     
    211211                #    amount = 96700
    212212                else:
    213                     amount = 96700
     213                    amount = 110000
     214
    214215            # NCE
    215216            elif not student.current_mode.endswith('_sw'):
Note: See TracChangeset for help on using the changeset viewer.