Skip to content

Commit

Permalink
Change ledger invoice header
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondbca committed Sep 23, 2020
1 parent add8476 commit 1479971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/payments/pdf.py
Expand Up @@ -194,7 +194,7 @@ def _create_header(canvas, doc, draw_page_number=True):
canvas.drawImage(dpaw_header_logo, PAGE_WIDTH / 3, current_y - (dpaw_header_logo_size[1]/2),width=dpaw_header_logo_size[0]/2, height=dpaw_header_logo_size[1]/2, mask='auto')

current_y -= 70
canvas.drawCentredString(PAGE_WIDTH / 2, current_y - LARGE_FONTSIZE, 'TAX INVOICE')
canvas.drawCentredString(PAGE_WIDTH / 2, current_y - LARGE_FONTSIZE, 'TAX INVOICE / RECEIPT')

current_y -= 20
canvas.drawCentredString(PAGE_WIDTH / 2, current_y - LARGE_FONTSIZE, 'ABN: 38 052 249 024')
Expand Down

0 comments on commit 1479971

Please sign in to comment.