Skip to content

Commit

Permalink
reverted invoice pdf formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmushtaq committed Aug 15, 2020
1 parent 839be8f commit 9c6ce24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/payments/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def _create_header(canvas, doc, draw_page_number=True):

# Invoice address details
invoice_details_offset = 37
current_y -= 0
current_y -= 20
invoice = doc.invoice
total_gst_tax = invoice.order.total_incl_tax - invoice.order.total_excl_tax

Expand Down

0 comments on commit 9c6ce24

Please sign in to comment.