- Timestamp:
- 10 Jul 2025, 14:09:38 (23 hours ago)
- File:
-
- 1 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:
Note: See TracChangeset for help on using the changeset viewer.