Changeset 16966 for main/waeup.kofa/trunk/src
- Timestamp:
- 15 Jun 2022, 12:34:14 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r16902 r16966 1117 1117 pdf_stream = creator.create_pdf( 1118 1118 data, None, doc_title, author=author, footer=footer_text, 1119 note=note, sigs_in_footer=sigs_in_footer, topMargin=topMargin) 1119 note=note, sigs_in_footer=sigs_in_footer, topMargin=topMargin, 1120 view=view) 1120 1121 except IOError: 1121 1122 view.flash(_('Error in image file.'))
Note: See TracChangeset for help on using the changeset viewer.