Changeset 17099
- Timestamp:
- 14 Sep 2022, 20:17:20 (2 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py
r16933 r17099 333 333 ) 334 334 335 access_card_fee = schema.Float( 336 title = _(u'AAU Access Card Fee'), 337 default = 0.0, 338 required = True, 339 ) 340 335 341 coursereg_deadline = schema.Datetime( 336 342 title = _(u'FT Course Reg. Deadline'), -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r16952 r17099 83 83 'lms_sund': 'LMS + Sundry Fees', 84 84 'exam': 'IJMBE Examination Fee', 85 'access_card': 'AAU Access Card Fee', 85 86 } 86 87 … … 129 130 'lab_2': 'Laboratory Due (BIO101/BIO111)', 130 131 'lms_sund': 'LMS plus Sundry Fees (new UG students only)', 132 'access_card': 'AAU Access Card Fee', 131 133 } 132 134
Note: See TracChangeset for help on using the changeset viewer.