Ignore:
Timestamp:
14 Feb 2013, 07:55:54 (12 years ago)
Author:
Henrik Bettermann
Message:

In Okene the pdf logo depends on the context. Therefore we have to pass the student and applicant object to create_pdf.

File:
1 edited

Legend:

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

    r9452 r9946  
    133133        # append comments
    134134        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.