- Timestamp:
- 3 Jun 2014, 15:21:22 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/interfaces.py
r11629 r11678 63 63 required = True, 64 64 ) 65 66 65 gown_fee = schema.Float( 67 66 title = _(u'Gown Fee'), … … 69 68 required = True, 70 69 ) 71 72 70 transfer_fee = schema.Float( 73 71 title = _(u'Transfer Fee'), … … 75 73 required = True, 76 74 ) 77 78 75 certificate_fee = schema.Float( 79 title = _(u' Certificate Fee'), 76 title = _(u'ND Certificate Fee'), 77 default = 0.0, 78 required = True, 79 ) 80 hnd_certificate_fee = schema.Float( 81 title = _(u'HND Certificate Fee'), 80 82 default = 0.0, 81 83 required = True, … … 191 193 required = True, 192 194 ) 193 194 195 penalty_pg = schema.Float( 195 196 title = _(u'PG Penalty Fee'),
Note: See TracChangeset for help on using the changeset viewer.