Ignore:
Timestamp:
16 Jan 2017, 09:01:51 (8 years ago)
Author:
Henrik Bettermann
Message:

Extend condition list for FRNS remark.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/studylevel.py

    r14398 r14404  
    180180        if end_level and self.level >= end_level:
    181181            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]):
    183184                return 'FRNS'
    184185            if self.cumulative_params[0] < failed_limit:
Note: See TracChangeset for help on using the changeset viewer.