Changeset 9949 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 14 Feb 2013, 16:32:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/pdf.py
r9948 r9949 96 96 return data 97 97 98 def _getPDFCreator(self): 99 return getUtility(IPDFCreator) 100 98 101 def __call__(self, view=None, note=None): 99 102 """Return a PDF representation of the context applicant. … … 109 112 portal_language = getUtility(IKofaUtils).PORTAL_LANGUAGE 110 113 separators = getUtility(IApplicantsUtils).SEPARATORS_DICT 111 creator = getUtility(IPDFCreator)114 creator = self._getPDFCreator() 112 115 113 116 # append history
Note: See TracChangeset for help on using the changeset viewer.