Changeset 9715 for main/waeup.futminna
- Timestamp:
- 23 Nov 2012, 10:59:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/src/waeup/futminna/interfaces.py
r9714 r9715 39 39 40 40 application_fee = schema.Float( 41 title = _(u'Application Fee'), 42 description = u'20000 Nairas are automatically added ' + \ 43 'if student is in faculty <br>' + \ 44 'EET or ICT or in department ARC.', 41 title = _(u'Application Fee (not-applicable)'), 45 42 default = 0.0, 46 43 required = False, … … 48 45 49 46 clearance_fee = schema.Float( 50 title = _(u'Clearance Fee (ignored)'), 47 title = _(u'Clearance Fee'), 48 description = u'5000 Nairas are automatically added ' + \ 49 'if student is in faculty <br>' + \ 50 'EET or ICT or in department ARC.', 51 51 default = 0.0, 52 52 required = False,
Note: See TracChangeset for help on using the changeset viewer.