shorttext
parent
2904b67c19
commit
76822501eb
|
|
@ -203,10 +203,10 @@
|
|||
<span t-if="shorttext">
|
||||
<span>
|
||||
<strong>Kurztext:</strong>
|
||||
t-if="invoice_line.lot_id.short_text" t-field="invoice_line.lot_id.short_text"
|
||||
<span t-if="invoice_line.lot_id.short_text" t-field="invoice_line.lot_id.short_text"/>
|
||||
</span>
|
||||
<span>
|
||||
t-if="not invoice_line.lot_id.short_text" t-field="invoice_line.name"
|
||||
<span t-if="not invoice_line.lot_id.short_text" t-field="invoice_line.name"/>
|
||||
</span>
|
||||
</span>
|
||||
<span t-if="not shorttext">
|
||||
|
|
|
|||
Loading…
Reference in New Issue