Ignore:
Timestamp:
28 Jul 2018, 05:03:54 (6 years ago)
Author:
Henrik Bettermann
Message:

Bugfix

File:
1 edited

Legend:

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

    r15054 r15090  
    217217                return 'Fail'
    218218            dummy, repeat = divmod(self.level, 100)
    219             if self.cumulative_params[0] < 5.1 and repeat == 2:
     219            if self.cumulative_params[0] < 5.1 and repeat == 20:
    220220                # Irrespective of the CGPA of a student, if the He/She has
    221221                # 3rd Extension, such student will be graduated with a "Pass".
Note: See TracChangeset for help on using the changeset viewer.