Changeset 14296 for main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py
- Timestamp:
- 28 Nov 2016, 12:10:49 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/interfaces.py
r14260 r14296 72 72 ) 73 73 74 transcript_fee = schema.Float( 75 title = _(u'Transcript Fee'), 74 transcript_fee_inter = schema.Float( 75 title = _(u'International Transcript Fee'), 76 default = 0.0, 77 required = True, 78 ) 79 80 transcript_fee_local = schema.Float( 81 title = _(u'Local Transcript Fee'), 76 82 default = 0.0, 77 83 required = True,
Note: See TracChangeset for help on using the changeset viewer.