Skip to content

Commit e6567ee

Browse files
committed
[FIX] use 745 for x coordinate in order to align with ref line
1 parent b236e6c commit e6567ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

l10n_ch_payment_slip/payment_slip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def _draw_payment_slip(self, a4=False, out_format='PNG', scale=None,
614614
initial_position = (10, 355 + a4_offset)
615615
self._draw_address(draw, default_font, com_partner,
616616
initial_position, company)
617-
initial_position = (750, 330 + a4_offset)
617+
initial_position = (745, 330 + a4_offset)
618618
self._draw_address(draw, default_font, com_partner,
619619
initial_position, company)
620620
num_car, frac_car = ("%.2f" % self.amount_total).split('.')

0 commit comments

Comments
 (0)