Changeset 16181 for main/waeup.aaue/trunk
- Timestamp:
- 24 Jul 2020, 07:36:58 (4 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
r16123 r16181 273 273 ) 274 274 275 affidavit_fee = schema.Float( 276 title = _(u'Affidavit Fee'), 277 default = 0.0, 278 required = True, 279 ) 280 275 281 lab_1_fee = schema.Float( 276 282 title = _(u'Faculty Laboratory Due (CHM102/PHY103/CSC101)'), -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r16179 r16181 67 67 'ent_registration_1': 'Registration Fee ENT201', 68 68 'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 69 'ict': 'ICT/Affidavit Dues', 69 'ict': 'ICT Fee', 70 'affidavit': 'Affidavit Dues', 70 71 'restitution': 'Restitution Fee', 71 72 'sports': 'Sports Fee', … … 106 107 'ent_registration_1': 'Registration Fee ENT201', 107 108 #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 108 'ict': 'ICT/Affidavit Dues', 109 'ict': 'ICT Fee', 110 'affidavit': 'Affidavit Dues', 109 111 'restitution': 'Restitution Fee', 110 112 'sports': 'Sports Fee', … … 203 205 'ent_registration_1': 'Registration Fee ENT201', 204 206 #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 205 'ict': 'ICT/Affidavit Dues', 207 'ict': 'ICT Fee', 208 'affidavit': 'Affidavit Dues', 206 209 'restitution': 'Restitution Fee', 207 210 }
Note: See TracChangeset for help on using the changeset viewer.