Changeset 16020
- Timestamp:
- 28 Feb 2020, 18:35:52 (5 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
r15992 r16020 272 272 ) 273 273 274 fab_lab_fee = schema.Float( 275 title = _(u'Faculty Laboratory Due (CHM102/PHY103/CSC101)'), 276 default = 0.0, 277 required = True, 278 ) 279 274 280 coursereg_deadline = schema.Datetime( 275 281 title = _(u'FT Course Reg. Deadline'), -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r15978 r16020 72 72 'library_pg': 'Library Fee PG', 73 73 'sports_library': 'Sports Development and UG Library Fee', 74 'fab_lab': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)', 74 75 } 75 76 … … 108 109 #'library_pg': 'Library Fee PG', 109 110 'sports_library': 'Sports Development and UG Library Fee', 111 'fab_lab': 'Faculty Laboratory Due (CHM102/PHY103/CSC101)', 110 112 } 111 113
Note: See TracChangeset for help on using the changeset viewer.