Ignore:
Timestamp:
23 Apr 2012, 11:56:06 (12 years ago)
Author:
uli
Message:

Support notes in generated PDFs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/pdf.py

    r8103 r8257  
    9797        return data
    9898
    99     def __call__(self, view=None):
     99    def __call__(self, view=None, note=None):
    100100        """Return a PDF representation of the context applicant.
    101101
     
    133133        # append comments
    134134        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.