Changeset 17853 for main/kofacustom.iuokada/trunk/src/kofacustom/iuokada
- Timestamp:
- 18 Jul 2024, 12:14:48 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py
r17679 r17853 512 512 mergefiles = [file,] 513 513 if self.context.certcode in ('BBMS', 'MBBS') and self.context.current_level == 100: 514 post_text = BASIC_MEDICAL_ONLY + ADML_UG_1 + ADML_UG_2_MEDICAL + ADML_UG_3 514 # Changed on 18/07/24 515 #post_text = BASIC_MEDICAL_ONLY + ADML_UG_1 + ADML_UG_2_MEDICAL + ADML_UG_3 516 post_text = ADML_UG_1 + ADML_UG_2_MEDICAL + ADML_UG_3 515 517 elif self.context.certcode in ('BPHARM',) and self.context.current_level == 100: 516 post_text = BASIC_PHARMACY_ONLY + ADML_UG_1 + ADML_UG_2_MEDICAL + ADML_UG_3 518 # Changed on 18/07/24 519 #post_text = BASIC_PHARMACY_ONLY + ADML_UG_1 + ADML_UG_2_MEDICAL + ADML_UG_3 520 post_text = ADML_UG_1 + ADML_UG_2_MEDICAL + ADML_UG_3 517 521 else: 518 522 post_text = ADML_UG_1 + ADML_UG_2 + ADML_UG_3
Note: See TracChangeset for help on using the changeset viewer.