Fall 1289: Andruck Reports

develop
Roman Widmann 2018-01-26 13:16:56 +01:00
parent 26127c96f4
commit 7efa7c4fba
2 changed files with 5 additions and 4 deletions

View File

@ -207,8 +207,9 @@
<span t-esc="o.incoterms_id.name"/>
<br/>
</p>
<p class="col-xs-12" t-if="o.payment_term_id.note">
<span t-esc="o.payment_term_id.note"/>
<p class="col-xs-12" t-if="o.payment_term_id">
Zahlungskonditionen:
<span t-esc="o.payment_term_id.name"/>
<br/>
</p>
</div>

View File

@ -223,9 +223,9 @@
<span t-esc="o.incoterm.name"/>
<br/>
</p>
<p class="col-xs-12" t-if="o.payment_term_id.note">
<p class="col-xs-12" t-if="o.payment_term_id">
Zahlungskonditionen:
<span t-esc="o.payment_term_id.note"/>
<span t-esc="o.payment_term_id.name"/>
<br/>
</p>
</div>