This commit is contained in:
Jamie Hardt
2021-05-16 21:56:39 -07:00
parent a112e73a64
commit 9e00ba0dab

View File

@@ -186,7 +186,6 @@ def draw_footer(canvas, rect, record, report_date, line_no, total_lines):
spotting_name = record.get('Spotting', [])
pages_s = ["Line %i of %i" % (line_no, total_lines)]
footer_s = " - ".join(report_date_s + spotting_name + pages_s)
rect.draw_text_cell(canvas, footer_s, font_name="Futura", font_size=10., inset_y=2.)