Changeset 16584 for main/kofacustom.iuokada
- Timestamp:
- 29 Aug 2021, 08:22:10 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/browser.py
r16572 r16584 590 590 file = open(file_path, 'rb') 591 591 mergefiles = [file,] 592 if self.context.certcode == 'BBMS'and self.context.current_level == 100:592 if self.context.certcode in ('BBMS', 'MBBS') and self.context.current_level == 100: 593 593 post_text = self.basic_medical_only_text + self.post_text_ug 594 594 else:
Note: See TracChangeset for help on using the changeset viewer.