Changeset 15616 for main/waeup.aaue/trunk/src
- Timestamp:
- 29 Sep 2019, 19:06:10 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
r15393 r15616 462 462 else: 463 463 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 464 478 elif not student.is_postgrad: 465 479 fee_name = category + '_fee'
Note: See TracChangeset for help on using the changeset viewer.