- Timestamp:
- 1 Nov 2014, 14:24:29 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interfaces.py
r11759 r11922 223 223 required = True, 224 224 ) 225 utme_registration_fee = schema.Float( 226 title = _(u'UTME Registration Fee'), 227 default = 0.0, 228 required = True, 229 ) 230 utme_cbt_fee = schema.Float( 231 title = _(u'UTME CBT Fee'), 232 default = 0.0, 233 required = True, 234 ) 235 nysc_id_card_fee = schema.Float( 236 title = _(u'NYSC ID Card Fee'), 237 default = 0.0, 238 required = True, 239 ) 225 240 penalty_ug = schema.Float( 226 241 title = _(u'UG Penalty Fee'),
Note: See TracChangeset for help on using the changeset viewer.