Changeset 10923 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 15 Jan 2014, 08:25:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py
r10467 r10923 39 39 40 40 school_fee = schema.Float( 41 title = _(u'School Fee '),41 title = _(u'School Fee (not FP)'), 42 42 default = 0.0, 43 43 required = False, … … 51 51 52 52 clearance_fee = schema.Float( 53 title = _(u' Clearance Fee (ignored)'),53 title = _(u'Acceptance Fee'), 54 54 default = 0.0, 55 55 required = False,
Note: See TracChangeset for help on using the changeset viewer.