Changeset 8257 for main/waeup.kofa/trunk/src/waeup/kofa/applicants/pdf.py
- Timestamp:
- 23 Apr 2012, 11:56:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/pdf.py
r8103 r8257 97 97 return data 98 98 99 def __call__(self, view=None ):99 def __call__(self, view=None, note=None): 100 100 """Return a PDF representation of the context applicant. 101 101 … … 133 133 # append comments 134 134 data = self._addComments(data) 135 return creator.create_pdf(data, None, doc_title) 135 136 return creator.create_pdf(data, None, doc_title, note=note)
Note: See TracChangeset for help on using the changeset viewer.