Ignore:
Timestamp:
21 Dec 2014, 12:44:10 (10 years ago)
Author:
Henrik Bettermann
Message:

Adjust skeleton package to changes made in base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/customers/export.py

    r12282 r12284  
    2626from ikobacustom.skeleton.interfaces import MessageFactory as _
    2727
     28EXPORTER_NAMES = ('customers', 'skeletoncustomerdocuments', 'skeletoncontracts')
    2829
    2930class SkeletonCustomerExporter(CustomerExporter):
     
    4849    grok.name('skeletoncontracts')
    4950    iface = ISkeletonContract
    50     title = _(u'Skeleton Contracts')
     51    title = _(u'Skeleton Customer Contracts')
    5152    class_name = 'SkeletonContract'
Note: See TracChangeset for help on using the changeset viewer.