Changeset 15616


Ignore:
Timestamp:
29 Sep 2019, 19:06:10 (5 years ago)
Author:
Henrik Bettermann
Message:

Add non non edo state indigene additional fees for undergraduate students.

File:
1 edited

Legend:

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

    r15393 r15616  
    462462            else:
    463463                amount += academic_session.penalty_ug
     464                if student.lga and not student.lga.startswith('edo'):
     465                    if certificate.code == 'MBBS':
     466                        amount +=100000
     467                    elif certificate.code == 'BSCNSG':
     468                        amount += 100000
     469                    elif certificate.code == 'BMLS':
     470                        amount += 80000
     471                    elif certificate.code == 'LLB':
     472                        amount += 75000
     473                    elif certificate.code in ('BENGAGE',
     474                            'BENGCIE', 'BENGELE',
     475                            'BENGIPE', 'BENGMPE',
     476                            'BENGPE', 'BENGMEE', 'BENGMME'):
     477                        amount += 75000
    464478        elif not student.is_postgrad:
    465479            fee_name = category + '_fee'
Note: See TracChangeset for help on using the changeset viewer.