Changeset 12795
- Timestamp:
- 19 Mar 2015, 13:31:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/payments/interfaces.py
r12792 r12795 352 352 353 353 amount = schema.Decimal( 354 title= u'Amount',354 title=_(u'Amount'), 355 355 description=u'Total amount, includung any taxes, fees, etc.', 356 356 required=True, 357 readonly=True, 357 358 default=decimal.Decimal('0.00'), 358 359 ) … … 376 377 ) 377 378 378 #amount = Attribute("Sum of amounts of items contained")379 380 379 def approve(): 381 380 """Approve a payment.
Note: See TracChangeset for help on using the changeset viewer.