Changeset 9772


Ignore:
Timestamp:
5 Dec 2012, 15:50:34 (12 years ago)
Author:
Henrik Bettermann
Message:

Only during migration amount_auth wasn't required.

File:
1 edited

Legend:

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

    r9470 r9772  
    2626    """
    2727
    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    #    )
    3434
Note: See TracChangeset for help on using the changeset viewer.