Skip to content

Commit

Permalink
barcode alignment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
looppi committed Dec 9, 2015
1 parent b818c13 commit a13cbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/report_invoice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
<div class="row">
<div class="col-xs-9" style="text-align: center;">
<t t-if="doc.barcode_string">
<img style="margin-left: 2cm; margin-right: 2cm; margin-top: .2cm;"
<img style="margin-left: 0cm; margin-right: 2cm; margin-top: .2cm;"
t-att-src="'/report/barcode/?type=%s&amp;value=%s&amp;height=%s&amp;width=%s' %('Code128', doc.barcode_string, 60, 600)"/>
<div class="barcode-values">
<t t-esc="doc.barcode_string"/>
Expand Down

0 comments on commit a13cbb3

Please sign in to comment.