Ignore:
Timestamp:
25 Oct 2019, 10:03:09 (5 years ago)
Author:
Henrik Bettermann
Message:

Adjust to Nigeria package.

File:
1 edited

Legend:

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

    r15645 r15703  
    7272        )
    7373
    74     etranzact_enabled = schema.Bool(
    75         title = _(u'eTranzact integration enabled'),
     74    etranzact_webconnect_enabled = schema.Bool(
     75        title = _(u'Etranzact Webconnect integration enabled'),
     76        default = False,
     77        )
     78
     79    etranzact_payoutlet_enabled = schema.Bool(
     80        title = _(u'Etranzact Payoutlet integration enabled'),
    7681        default = False,
    7782        )
Note: See TracChangeset for help on using the changeset viewer.