Changeset 15528


Ignore:
Timestamp:
29 Jul 2019, 12:04:20 (5 years ago)
Author:
Henrik Bettermann
Message:

Use repeatRows parameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r15526 r15528  
    10441044        pdf_data.append(Spacer(1, 20))
    10451045        colWidths = [None] * len(data[0][0])
    1046         pdf_data += [Table(data[0], colWidths=colWidths, style=CONTENT_STYLE)]
     1046        pdf_data += [Table(data[0], colWidths=colWidths, style=CONTENT_STYLE,
     1047                           repeatRows=1)]
    10471048        # Process title if too long
    10481049        title = " ".join(view.context.title.split())
Note: See TracChangeset for help on using the changeset viewer.