- Timestamp:
- 13 Nov 2017, 10:33:50 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.coewarri/trunk/src/kofacustom/coewarri/students/utils.py
r14659 r14895 37 37 FEES_PARAMS = ( 38 38 ('local', 'non-local'), 39 ('nce_ft', 'nce_pt', 'ug_ft' ),39 ('nce_ft', 'nce_pt', 'ug_ft', 'nce_we_pt'), 40 40 PAYMENT_LEVELS 41 41 ) … … 46 46 (55200.0, 55200.0, 42200.0, 42200.0, 44700.0, 44700.0, 42200.0, 42200.0, 0.0, 0.0), # nce_pt 47 47 (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 48 49 ), # local 49 50 ( # … … 51 52 (55200.0, 55200.0, 42200.0, 42200.0, 44700.0, 44700.0, 42200.0, 42200.0, 0.0, 0.0), # nce_pt 52 53 (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 53 55 ), # non-local 54 56 )
Note: See TracChangeset for help on using the changeset viewer.