Changeset 9772 for main/waeup.uniben/trunk
- Timestamp:
- 5 Dec 2012, 15:50:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/payments/interfaces.py
r9470 r9772 26 26 """ 27 27 28 amount_auth = schema.Float(29 title = _(u'Amount Authorized'),30 default = 0.0,31 required = False,32 readonly = False,33 )28 #amount_auth = schema.Float( 29 # title = _(u'Amount Authorized'), 30 # default = 0.0, 31 # required = False, 32 # readonly = False, 33 # ) 34 34
Note: See TracChangeset for help on using the changeset viewer.