Changeset 17911 for main


Ignore:
Timestamp:
4 Sep 2024, 06:52:44 (2 weeks ago)
Author:
Henrik Bettermann
Message:

Next session also for verdict R.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/studycourse.py

    r10156 r17911  
    4646        cond0 = state == RETURNING
    4747        cond1 = self.current_verdict in (
    48             'A','B','C','F','J','L','M','N','O','X','Z')
     48            'A','B','C','F','J','L','M','N','O','R','X','Z')
    4949        cond2 = self.current_level in (0, 100)
    5050        cond3 = certificate.study_mode.startswith('de') and \
Note: See TracChangeset for help on using the changeset viewer.