Changeset 18118
- Timestamp:
- 10 Jul 2025, 14:09:38 (8 hours ago)
- Location:
- main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py
r18116 r18118 522 522 #post_text = BASIC_PHARMACY_ONLY + ADML_UG_1 + ADML_UG_2_MEDICAL + ADML_UG_3 523 523 post_text = ADML_UG_1 + ADML_UG_2_MEDICAL + ADML_UG_3 524 elif self.context.certcode in ('DPHARM','MBBSMED','BSCNNUR','L AW','CERT1') and self.context.current_level == 100:524 elif self.context.certcode in ('DPHARM','MBBSMED','BSCNNUR','LLB','CERT1') and self.context.current_level == 100: 525 525 post_text = ADML_UG_1_MORE_EXPENSIVE + ADML_UG_2 + ADML_UG_3 526 526 else: -
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r18111 r18118 330 330 if student.is_postgrad: 331 331 amount *= 0.5 332 if student.certcode in ('DPHARM','MBBSMED','BSCNNUR','L AW'):332 if student.certcode in ('DPHARM','MBBSMED','BSCNNUR','LLB'): 333 333 amount += 200000 334 334 elif category.startswith('resit'):
Note: See TracChangeset for help on using the changeset viewer.