change order of printout (serial_no after description)

develop
Andreas Osim 2018-09-14 11:54:10 +02:00
parent fc77bdd8ad
commit 96b4126d59
1 changed files with 2 additions and 1 deletions

View File

@ -184,13 +184,14 @@
<span t-field="invoice_line.intrastat_id"/>
<br/>
</span>
<span t-field="invoice_line.name"/>
<span t-if="invoice_line.product_id.tracking=='serial'">
<br/>
<strong>Serien Nr.:</strong>
<t t-if="has_serial_number">
<span t-field="invoice_line.lot_formatted_note" />
</t>
</span>
<span t-field="invoice_line.name"/>
<p t-if="invoice_line.lot_id.notes">
<span t-field="invoice_line.lot_id.notes"/>
</p>