Ignore:
Timestamp:
6 Oct 2021, 15:52:01 (3 years ago)
Author:
Henrik Bettermann
Message:

Disable affidavit due payments. They have obviously been merged with ICT Fees.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/student.py

    r14298 r16669  
    4343        return True
    4444
     45    @property
     46    def studycourse_locked(self):
     47        return super(CustomStudent, self).studycourse_locked
     48
    4549# Set all attributes of Student required in IStudent as field
    4650# properties. Doing this, we do not have to set initial attributes
Note: See TracChangeset for help on using the changeset viewer.