Changeset 14404 for main/waeup.aaue/trunk/src
- Timestamp:
- 16 Jan 2017, 09:01:51 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py
r14398 r14404 180 180 if end_level and self.level >= end_level: 181 181 failed_courses = self.passed_params[4] 182 if '_m' in failed_courses or not self.cumulative_params[0]: 182 if '_m' in failed_courses \ 183 or not self.cumulative_params[0] or len(self.passed_params[5]): 183 184 return 'FRNS' 184 185 if self.cumulative_params[0] < failed_limit:
Note: See TracChangeset for help on using the changeset viewer.