Changeset 9948 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 14 Feb 2013, 16:15:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/pdf.py
r9946 r9948 133 133 # append comments 134 134 data = self._addComments(data) 135 return creator.create_pdf( 136 data, None, doc_title, note=self.note, context=self.context)135 136 return creator.create_pdf(data, None, doc_title, note=self.note)
Note: See TracChangeset for help on using the changeset viewer.