Ignore:
Timestamp:
31 Oct 2019, 20:14:47 (5 years ago)
Author:
Henrik Bettermann
Message:

Finalize Payoutlet integration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/payments/interfaces.py

    r15702 r15730  
    2626
    2727    """
     28
     29    net_amount = Attribute('Total amount minus surcharges')
    2830
    2931    ac = schema.TextLine(
     
    107109        )
    108110
     111    net_amt = schema.Float(
     112        title = _(u'Net Amount'),
     113        default = 0.0,
     114        required = False,
     115        readonly = True,
     116        )
     117
     118INigeriaOnlinePayment['net_amt'].order = INigeriaOnlinePayment[
     119    'amount_auth'].order
Note: See TracChangeset for help on using the changeset viewer.