Ignore:
Timestamp:
21 Nov 2019, 12:50:59 (5 years ago)
Author:
Henrik Bettermann
Message:

Don't show hint on pdf slips.

File:
1 edited

Legend:

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

    r15200 r15834  
    655655            f_text = translate(widget(), domain, target_language=lang)
    656656            f_text = format_html(f_text)
    657             if f_text:
    658                 hint = ' <font size=9>' + widget.hint + '</font>'
    659                 f_text = f_text + hint
     657            #if f_text:
     658            #    hint = ' <font size=9>' + widget.hint + '</font>'
     659            #    f_text = f_text + hint
    660660            f_text = Paragraph(f_text, ENTRY1_STYLE)
    661661            table_data.append([f_label,f_text])
Note: See TracChangeset for help on using the changeset viewer.