Changeset 15337


Ignore:
Timestamp:
28 Feb 2019, 09:54:47 (6 years ago)
Author:
Henrik Bettermann
Message:

Do not show history on Uniben clearance invitation slips.

File:
1 edited

Legend:

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

    r15333 r15337  
    789789
    790790        # Insert history
    791         if filename.startswith('clearance'):
     791        if filename == 'clearance_slip.pdf':
    792792            hist_translation = trans(_('Workflow History'), portal_language)
    793793            data.append(Paragraph(hist_translation, HEADING_STYLE))
Note: See TracChangeset for help on using the changeset viewer.