Changeset 16929
- Timestamp:
- 20 Apr 2022, 06:20:10 (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
r16805 r16929 321 321 ) 322 322 323 lms_sund_fee = schema.Float( 324 title = _(u'LMS + Sundry Fees'), 325 default = 0.0, 326 required = True, 327 ) 328 323 329 coursereg_deadline = schema.Datetime( 324 330 title = _(u'FT Course Reg. Deadline'), -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r16830 r16929 81 81 'lab_1': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)', 82 82 'lab_2': 'Laboratory Due (BIO101/BIO111)', 83 'lms_sund': 'LMS + Sundry Fees', 83 84 } 84 85 … … 126 127 'lab_1': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)', 127 128 'lab_2': 'Laboratory Due (BIO101/BIO111)', 129 'lms_sund': 'LMS plus Sundry Fees (new UG students only)', 128 130 } 129 131
Note: See TracChangeset for help on using the changeset viewer.