Changeset 12795 for main/waeup.ikoba


Ignore:
Timestamp:
19 Mar 2015, 13:31:38 (10 years ago)
Author:
uli
Message:

Little clean up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/payments/interfaces.py

    r12792 r12795  
    352352
    353353    amount = schema.Decimal(
    354         title=u'Amount',
     354        title=_(u'Amount'),
    355355        description=u'Total amount, includung any taxes, fees, etc.',
    356356        required=True,
     357        readonly=True,
    357358        default=decimal.Decimal('0.00'),
    358359        )
     
    376377        )
    377378
    378     #amount = Attribute("Sum of amounts of items contained")
    379 
    380379    def approve():
    381380        """Approve a payment.
Note: See TracChangeset for help on using the changeset viewer.