Ignore:
Timestamp:
23 Jul 2020, 07:56:01 (5 years ago)
Author:
Henrik Bettermann
Message:

ICT/Affidavit Dues still remains.

File:
1 edited

Legend:

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

    r16124 r16179  
    458458            else:
    459459                amount += academic_session.penalty_ug
    460         elif category == ('fac_dep'):
    461             if student.faccode in ('FAT', 'FED', 'FLW', 'FMS', 'FSS'):
    462                 amount = 4200.0
    463             elif student.faccode in ('FAG', 'FBM', 'FCS',
    464                                      'FES', 'FET', 'FLS', 'FPS'):
    465                 amount = 5200.0
    466             elif student.faccode == 'FAG' and student.current_level == 400:
    467                 amount = 10200.0
    468             elif student.depcode == 'VTE':
    469                 amount = 5200.0
    470             if student.entry_session >= 2019:
    471                 amount += gateway_net_amt(academic_session.ict_fee)
     460        #elif category == ('fac_dep'):
     461        #    if student.faccode in ('FAT', 'FED', 'FLW', 'FMS', 'FSS'):
     462        #        amount = 4200.0
     463        #    elif student.faccode in ('FAG', 'FBM', 'FCS',
     464        #                             'FES', 'FET', 'FLS', 'FPS'):
     465        #        amount = 5200.0
     466        #    elif student.faccode == 'FAG' and student.current_level == 400:
     467        #        amount = 10200.0
     468        #    elif student.depcode == 'VTE':
     469        #        amount = 5200.0
     470        #    if student.entry_session >= 2019:
     471        #        amount += gateway_net_amt(academic_session.ict_fee)
    472472        elif category == 'sports_library': # temporarily in 2020
    473473            if student.is_postgrad:
Note: See TracChangeset for help on using the changeset viewer.