Changeset 16669
- Timestamp:
- 6 Oct 2021, 15:52:01 (3 years ago)
- 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 43 43 return True 44 44 45 @property 46 def studycourse_locked(self): 47 return super(CustomStudent, self).studycourse_locked 48 45 49 # Set all attributes of Student required in IStudent as field 46 50 # properties. Doing this, we do not have to set initial attributes -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r16552 r16669 67 67 'ent_registration_1': 'Registration Fee ENT201', 68 68 'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 69 'ict': 'ICT Fee',69 'ict': 'ICT/Affidavit Dues', 70 70 'affidavit': 'Affidavit Dues', 71 71 'restitution': 'Restitution Fee', … … 107 107 'ent_registration_1': 'Registration Fee ENT201', 108 108 #'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', 111 111 'restitution': 'Restitution Fee', 112 112 'sports': 'Sports Fee', … … 205 205 'ent_registration_1': 'Registration Fee ENT201', 206 206 #'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', 209 209 'restitution': 'Restitution Fee', 210 210 }
Note: See TracChangeset for help on using the changeset viewer.