- Timestamp:
- 31 Jan 2015, 08:14:44 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/customers/browser.py
r12502 r12530 19 19 from zope.component import getUtility 20 20 from waeup.ikoba.interfaces import IIkobaUtils 21 from waeup.ikoba.customers.browser import PDFContractSlipPage 21 from waeup.ikoba.customers.browser import ( 22 PDFContractSlipPage, CustomerBaseEditFormPage) 22 23 from ikobacustom.skeleton.interfaces import MessageFactory as _ 23 24 … … 30 31 portal_language = getUtility(IIkobaUtils).PORTAL_LANGUAGE 31 32 return self.context.title 33 34 35 class 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.