Changeset 16933 for main/waeup.aaue/trunk
- Timestamp:
- 26 Apr 2022, 14:45:07 (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/interfaces.py
r16929 r16933 327 327 ) 328 328 329 exam_fee = schema.Float( 330 title = _(u'IJMBE Examination Fee'), 331 default = 0.0, 332 required = True, 333 ) 334 329 335 coursereg_deadline = schema.Datetime( 330 336 title = _(u'FT Course Reg. Deadline'), -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r16929 r16933 128 128 'lab_2': 'Laboratory Due (BIO101/BIO111)', 129 129 'lms_sund': 'LMS plus Sundry Fees (new UG students only)', 130 'exam': 'Examination Fee', 130 131 } 131 132 … … 154 155 'library_pg': 'PG Library Fee', 155 156 'sports_library': 'Sports Development and Library Fee', 157 'exam': 'Examination Fee', 156 158 } 157 159
Note: See TracChangeset for help on using the changeset viewer.