- Timestamp:
- 25 Oct 2019, 10:03:09 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/interfaces.py
r15645 r15703 72 72 ) 73 73 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'), 76 81 default = False, 77 82 )
Note: See TracChangeset for help on using the changeset viewer.