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