Changeset 15632 for main/waeup.aaue/trunk/src
- Timestamp:
- 2 Oct 2019, 11:55:52 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
r15616 r15632 462 462 else: 463 463 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: 465 467 if certificate.code == 'MBBS': 466 468 amount +=100000 467 469 elif certificate.code == 'BSCNSG': 468 470 amount += 100000 469 elif certificate.code == 'BMLS': 471 elif certificate.code in ('BMLS' 472 'BMLSMMCB', 'BMLSHIST', 473 'BMLSHBTS', 'BMLSCHMP'): 470 474 amount += 80000 471 475 elif certificate.code == 'LLB':
Note: See TracChangeset for help on using the changeset viewer.