Changeset 14955 for main/waeup.aaue


Ignore:
Timestamp:
21 Feb 2018, 08:13:07 (7 years ago)
Author:
Henrik Bettermann
Message:

Decrease limit for total_credits_counted.

File:
1 edited

Legend:

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

    r14918 r14955  
    212212                and not self.passed_params[5] == 'Nil':
    213213                return 'FRNS'
    214             if self.cumulative_params[1] < 90:
     214            if self.cumulative_params[1] < 60:
    215215                return 'FRNS'
    216216            if self.cumulative_params[0] < failed_limit:
Note: See TracChangeset for help on using the changeset viewer.