Skip to content

Commit

Permalink
[FIX] hw_escpos: company logo was not centered on the first receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdsn committed Feb 6, 2014
1 parent 008e3c1 commit a78af30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/hw_escpos/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def print_taxes():

# Receipt Header
if receipt['company']['logo']:
eprint.set(align='center')
eprint.print_base64_image(receipt['company']['logo'])
eprint.text('\n')
else:
Expand Down

0 comments on commit a78af30

Please sign in to comment.