Changeset 17912


Ignore:
Timestamp:
4 Sep 2024, 11:18:27 (2 weeks ago)
Author:
Henrik Bettermann
Message:

Increase limit for students with current_verdict R.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/utils.py

    r17875 r17912  
    626626            limit = 61
    627627        elif current_level >= end_level:
    628             limit = 51
     628            if studycourse.current_verdict == 'R':
     629                limit = 999
     630            else:
     631                limit = 51
    629632        else:
    630633            limit = 50
Note: See TracChangeset for help on using the changeset viewer.