Ignore:
Timestamp:
13 Nov 2017, 10:33:50 (7 years ago)
Author:
Henrik Bettermann
Message:

Extend FEES_PARAMS and FEES_VALUES.

File:
1 edited

Legend:

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

    r14659 r14895  
    3737FEES_PARAMS = (
    3838        ('local', 'non-local'),
    39         ('nce_ft', 'nce_pt', 'ug_ft'),
     39        ('nce_ft', 'nce_pt', 'ug_ft', 'nce_we_pt'),
    4040        PAYMENT_LEVELS
    4141    )
     
    4646        (55200.0, 55200.0, 42200.0, 42200.0, 44700.0, 44700.0, 42200.0, 42200.0, 0.0, 0.0), # nce_pt
    4747        (69200.0, 69200.0, 63100.0, 63100.0, 63100.0, 63100.0, 62100.0, 62100.0, 0.0, 0.0), # ug_ft
     48        (33000.0, 33000.0, 28000.0, 28000.0, 20000.0, 20000.0, 20000.0, 20000.0, 0.0, 0.0), # nce_we_pt
    4849      ), # local
    4950      ( #
     
    5152        (55200.0, 55200.0, 42200.0, 42200.0, 44700.0, 44700.0, 42200.0, 42200.0, 0.0, 0.0), # nce_pt
    5253        (79200.0, 79200.0, 63100.0, 63100.0, 63100.0, 63100.0, 62100.0, 62100.0, 0.0, 0.0), # ug_ft
     54        (33000.0, 33000.0, 28000.0, 28000.0, 20000.0, 20000.0, 20000.0, 20000.0, 0.0, 0.0), # nce_we_pt
    5355      ), # non-local
    5456    )
Note: See TracChangeset for help on using the changeset viewer.