Changeset 14461 for main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
- Timestamp:
- 26 Jan 2017, 07:42:39 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r14051 r14461 831 831 ) 832 832 833 late_registration_fee = schema.Float(834 title = _(u'Late Course Reg. Fee'),835 default = 0.0,836 required = False,837 )838 839 833 clearance_fee = schema.Float( 840 834 title = _(u'Acceptance Fee'), … … 851 845 maint_fee = schema.Float( 852 846 title = _(u'Rent (fallback)'), 847 default = 0.0, 848 required = False, 849 ) 850 851 late_registration_fee = schema.Float( 852 title = _(u'Late Course Reg. Fee'), 853 853 default = 0.0, 854 854 required = False,
Note: See TracChangeset for help on using the changeset viewer.