Ignore:
Timestamp:
18 May 2025, 16:29:34 (7 hours ago)
Author:
Henrik Bettermann
Message:

Med: Also the Marksheet should match the attendance register and allow only those that have registered or are validated.

File:
1 edited

Legend:

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

    r18066 r18077  
    924924        # In AAUE only editable appear on the attendance sheet. Hopefully
    925925        # this holds for other universities too.
    926         #editable_tickets = [ticket for ticket in ctlist
    927         #    if ticket.editable_by_lecturer]
     926        editable_tickets = [ticket for ticket in ctlist
     927            if ticket.editable_by_lecturer]
    928928        for ticket in ctlist:
    929929            name = textwrap.fill(ticket.student.display_fullname, 20)
Note: See TracChangeset for help on using the changeset viewer.