Ignore:
Timestamp:
19 Jan 2015, 08:15:05 (10 years ago)
Author:
Henrik Bettermann
Message:

Do not print hints on slips.

File:
1 edited

Legend:

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

    r11954 r12492  
    618618            f_text = translate(widget(), domain, target_language=lang)
    619619            f_text = format_html(f_text)
    620             if f_text:
    621                 hint = ' <font size=9>' + widget.hint + '</font>'
    622                 f_text = f_text + hint
     620            #if f_text:
     621            #    hint = ' <font size=9>' + widget.hint + '</font>'
     622            #    f_text = f_text + hint
    623623            f_text = Paragraph(f_text, ENTRY1_STYLE)
    624624            table_data.append([f_label,f_text])
Note: See TracChangeset for help on using the changeset viewer.