Ignore:
Timestamp:
23 Jan 2017, 07:25:55 (8 years ago)
Author:
Henrik Bettermann
Message:

'NIL' is not an outstanding course.

File:
1 edited

Legend:

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

    r14428 r14435  
    190190            if not self.cumulative_params[0]:
    191191                return 'FRNS'
    192             if len(self.passed_params[5]):
     192            if len(self.passed_params[5]) \
     193                and not self.passed_params[5] == 'NIL':
    193194                return 'FRNS'
    194195            if self.cumulative_params[0] < failed_limit:
Note: See TracChangeset for help on using the changeset viewer.