Ignore:
Timestamp:
19 Sep 2015, 16:36:12 (9 years ago)
Author:
Henrik Bettermann
Message:

Change fee.

File:
1 edited

Legend:

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

    r13128 r13274  
    132132            if student.current_verdict == 'OPDE':
    133133                amount = 23000
     134            # PDE new
     135            elif student.current_mode == 'pd_ft' and student.state == CLEARED:
     136                amount = 70300
    134137            # PDE
    135138            elif student.current_mode == 'pd_ft':
    136                 amount = 35300
     139                amount = 30300
    137140
    138141            #Short Duration ICT Programs
Note: See TracChangeset for help on using the changeset viewer.