Ignore:
Timestamp:
20 Feb 2013, 11:57:39 (12 years ago)
Author:
uli
Message:

Fix bug revealed in sample sheet.

File:
1 edited

Legend:

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

    r9972 r9974  
    346346            result.append(
    347347                sig_table(row_sigs, lang=lang, max_per_row=max_per_row,
    348                           horizontal=False, start_row=curr_row)[0])
     348                          horizontal=horizontal, start_row=curr_row)[0])
    349349        missing_num = len(result[-2][0][0]) - len(result[-1][0][0])
    350350        if missing_num:
Note: See TracChangeset for help on using the changeset viewer.