Ignore:
Timestamp:
30 Sep 2019, 07:03:21 (5 years ago)
Author:
Henrik Bettermann
Message:

Next try.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/students
Files:
2 edited

Legend:

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

    r15621 r15622  
    37843784                  ticket.level,
    37853785                  ticket.student.certcode,
    3786                   None,
     3786                  20 * ' ',
    37873787                  27 * ' ',
    37883788                  ]
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r15621 r15622  
    10451045        pdf_data.append(Spacer(1, 20))
    10461046        colWidths = [None] * len(data[0][0])
    1047         colWidths[2] = 6*cm
    10481047        pdf_data += [Table(data[0], colWidths=colWidths, style=CONTENT_STYLE,
    10491048                           repeatRows=1)]
Note: See TracChangeset for help on using the changeset viewer.