Changeset 16805 for main/waeup.aaue/trunk
- Timestamp:
- 14 Feb 2022, 10:07:26 (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
r16754 r16805 254 254 ) 255 255 256 ent_combined_fee = schema.Float( 257 title = _(u'Registration plus Textbook Fee ENT201, ENT211'), 258 default = 0.0, 259 required = True, 260 ) 261 256 262 #fac_dep_fee = schema.Float( 257 263 # title = _(u'Faculty and Departmental Dues'), -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r16754 r16805 70 70 'ent_registration_2': 'Registration Fee ENT211', 71 71 'ent_registration_0': 'Registration Fee for ENT201 and ENT211', 72 'ent_combined': 'Registration and Textbook Fee for ENT201 and ENT211', 72 73 'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 73 74 'ict': 'ICT/Affidavit Dues', … … 114 115 'ent_registration_2': 'Registration Fee ENT211', 115 116 'ent_registration_0': 'Registration Fee for ENT201 and ENT211', 117 'ent_combined': 'Registration and Textbook Fee for ENT201 and ENT211', 116 118 #'fac_dep': 'Faculty and Departmental Dues (incl. ICT/Affidavit Dues)', 117 119 'ict': 'ICT/Affidavit Dues', … … 167 169 'gst_text_book_2': 'Text Book Fee GST111 GST112', 168 170 'gst_text_book_3': 'Text Book Fee GST222', 171 'ent_combined': 'Registration and Textbook Fee for ENT201 and ENT211', 169 172 'late_registration': 'Late Course Registration Fee', 170 173 'sports': 'Sports Fee',
Note: See TracChangeset for help on using the changeset viewer.