Changeset 17853 for main


Ignore:
Timestamp:
18 Jul 2024, 12:14:48 (2 months ago)
Author:
Henrik Bettermann
Message:

Remove paragraph.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py

    r17679 r17853  
    512512        mergefiles = [file,]
    513513        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
    515517        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
    517521        else:
    518522            post_text = ADML_UG_1 + ADML_UG_2 + ADML_UG_3
Note: See TracChangeset for help on using the changeset viewer.