Ignore:
Timestamp:
2 Aug 2024, 19:10:34 (7 weeks ago)
Author:
Henrik Bettermann
Message:

Implement Final Year Clearance Routing Slip upload (not active in base package).

File:
1 edited

Legend:

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

    r17863 r17867  
    12671267        return number
    12681268
     1269    def final_clearance_enabled(self, student):
     1270        # disabled in base package
     1271        return True
     1272
    12691273    #: A dictionary which maps widget names to headlines. The headline
    12701274    #: is rendered in forms and on pdf slips above the respective
Note: See TracChangeset for help on using the changeset viewer.