Changeset 8263 for main/waeup.uniben/trunk/src/waeup/uniben/payments
- Timestamp:
- 24 Apr 2012, 15:37:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/payments/interfaces.py
r8247 r8263 25 25 26 26 """ 27 28 surcharge_1 = schema.Float(29 title = _(u'Portal Fee'),30 default = 0.0,31 required = False,32 readonly = True,33 )34 35 surcharge_2 = schema.Float(36 title = _(u'Surcharge 2'),37 default = 0.0,38 required = False,39 readonly = True,40 )41 42 surcharge_3 = schema.Float(43 title = _(u'Surcharge 3'),44 default = 0.0,45 required = False,46 readonly = True,47 )48 27 49 28 ac = schema.TextLine(
Note: See TracChangeset for help on using the changeset viewer.