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.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
2 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
  • main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py

    r16552 r16669  
    6767        'ent_registration_1': 'Registration Fee ENT201',
    6868        'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
    69         'ict': 'ICT Fee',
     69        'ict': 'ICT/Affidavit Dues',
    7070        'affidavit': 'Affidavit Dues',
    7171        'restitution': 'Restitution Fee',
     
    107107        'ent_registration_1': 'Registration Fee ENT201',
    108108        #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
    109         'ict': 'ICT Fee',
    110         'affidavit': 'Affidavit Dues',
     109        'ict': 'ICT/Affidavit Dues',
     110        #'affidavit': 'Affidavit Dues',
    111111        'restitution': 'Restitution Fee',
    112112        'sports': 'Sports Fee',
     
    205205        'ent_registration_1': 'Registration Fee ENT201',
    206206        #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)',
    207         'ict': 'ICT Fee',
    208         'affidavit': 'Affidavit Dues',
     207        'ict': 'ICT/Affidavit Dues',
     208        #'affidavit': 'Affidavit Dues',
    209209        'restitution': 'Restitution Fee',
    210210        }
Note: See TracChangeset for help on using the changeset viewer.