Ignore:
Timestamp:
3 Feb 2015, 16:54:56 (10 years ago)
Author:
Henrik Bettermann
Message:

Notify customer by email after customer and contract transitions.

File:
1 edited

Legend:

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

    r12526 r12553  
    611611        )
    612612
     613    email_notification = schema.Bool(
     614        title = _(u'Notify customers by email'),
     615        default = False,
     616        )
     617
    613618    captcha = schema.Choice(
    614619        title = _(u'Captcha used for public registration pages'),
Note: See TracChangeset for help on using the changeset viewer.