Ignore:
Timestamp:
21 Nov 2014, 18:52:43 (10 years ago)
Author:
Henrik Bettermann
Message:

Implement translated_state property correctly so that we can more easily customized customer registration and document verification state names.

File:
1 edited

Legend:

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

    r12018 r12032  
    2323from zope.component import getUtility
    2424from waeup.ikoba.interfaces import (
    25     IExtFileStore, IFileStoreNameChooser, IIkobaUtils)
     25    IExtFileStore, IFileStoreNameChooser)
    2626from waeup.ikoba.interfaces import MessageFactory as _
    2727from waeup.ikoba.customers.catalog import CustomersQuery
     
    147147            ICustomerDocument,
    148148            exclude_attribs=False,
    149             omit=['is_editable']))) + (
     149            omit=['is_editable', 'translated_state']))) + (
    150150            'customer_id',)
    151151
Note: See TracChangeset for help on using the changeset viewer.