Ignore:
Timestamp:
31 Jan 2015, 08:14:16 (10 years ago)
Author:
Henrik Bettermann
Message:

Adjust to changes in base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/browser.py

    r12493 r12529  
    1919from zope.component import getUtility
    2020from waeup.ikoba.interfaces import IIkobaUtils
    21 from waeup.ikoba.customers.browser import PDFContractSlipPage
     21from waeup.ikoba.customers.browser import (
     22    PDFContractSlipPage, CustomerBaseEditFormPage)
    2223from ikobacustom.pcn.interfaces import MessageFactory as _
    2324
     
    3031        portal_language = getUtility(IIkobaUtils).PORTAL_LANGUAGE
    3132        return self.context.title
     33
     34
     35class CustomerBaseEditFormPage(CustomerBaseEditFormPage):
     36    """ View to edit customer base data
     37    """
     38
     39    def dataNotComplete(self):
     40        """To be implemented in the customization package.
     41        """
     42        return False
Note: See TracChangeset for help on using the changeset viewer.