Changeset 15632


Ignore:
Timestamp:
2 Oct 2019, 11:55:52 (5 years ago)
Author:
Henrik Bettermann
Message:

Further restrictions.

File:
1 edited

Legend:

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

    r15616 r15632  
    462462            else:
    463463                amount += academic_session.penalty_ug
    464                 if student.lga and not student.lga.startswith('edo'):
     464                if student.lga and not student.lga.startswith('edo') \
     465                    and category in ('schoolfee_incl', 'schoolfee_1') \
     466                    and student.entry_session > 2018:
    465467                    if certificate.code == 'MBBS':
    466468                        amount +=100000
    467469                    elif certificate.code == 'BSCNSG':
    468470                        amount += 100000
    469                     elif certificate.code == 'BMLS':
     471                    elif certificate.code in ('BMLS'
     472                            'BMLSMMCB', 'BMLSHIST',
     473                            'BMLSHBTS', 'BMLSCHMP'):
    470474                        amount += 80000
    471475                    elif certificate.code == 'LLB':
Note: See TracChangeset for help on using the changeset viewer.