Changeset 9948 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 14 Feb 2013, 16:15:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r9946 r9948 582 582 pdf_stream = creator.create_pdf( 583 583 data, None, doc_title, author=author, footer=footer_text, 584 note=None , context=student)584 note=None) 585 585 return pdf_stream 586 586 … … 666 666 pdf_stream = creator.create_pdf( 667 667 data, None, doc_title, author=author, footer=footer_text, 668 note=note, sigs_in_footer=sigs_in_footer, topMargin=topMargin, 669 context=student) 668 note=note, sigs_in_footer=sigs_in_footer, topMargin=topMargin) 670 669 except IOError: 671 670 view.flash('Error in image file.')
Note: See TracChangeset for help on using the changeset viewer.