Ignore:
Timestamp:
14 Feb 2013, 16:15:46 (12 years ago)
Author:
uli
Message:

Rollback r9946 as discussed earlier today.

File:
1 edited

Legend:

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

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