Changeset 13892 for main/kofacustom.skeleton
- Timestamp:
- 7 Jun 2016, 20:36:30 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/interfaces.py
r13355 r13892 34 34 school_fee_base = schema.Float( 35 35 title = _(u'School Fee (ignored)'), 36 default = 0.0,37 required = False,38 )39 40 application_fee = schema.Float(41 title = _(u'Application Fee (fallback)'),42 36 default = 0.0, 43 37 required = False,
Note: See TracChangeset for help on using the changeset viewer.