Ignore:
Timestamp:
29 Mar 2021, 08:17:39 (4 years ago)
Author:
Henrik Bettermann
Message:

Ben: I suggest we use "R" as the verdict and call it "Register Excess Credit". This should take care of ALL those registering above 51 credits in final year or spillover year. This verdict (R) should ONLY be assigned by designated staff by adding a role to the staff.

File:
1 edited

Legend:

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

    r16413 r16438  
    464464        if None in (current_level, certificate):
    465465            return
     466        if studylevel.__parent__.previous_verdict == 'R':
     467            return
    466468        end_level = certificate.end_level
    467469        if studylevel.student.faccode in (
Note: See TracChangeset for help on using the changeset viewer.