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"/> <span t-esc="o.incoterms_id.name"/>
<br/> <br/>
</p> </p>
<p class="col-xs-12" t-if="o.payment_term_id.note"> <p class="col-xs-12" t-if="o.payment_term_id">
<span t-esc="o.payment_term_id.note"/> Zahlungskonditionen:
<span t-esc="o.payment_term_id.name"/>
<br/> <br/>
</p> </p>
</div> </div>

View File

@ -223,9 +223,9 @@
<span t-esc="o.incoterm.name"/> <span t-esc="o.incoterm.name"/>
<br/> <br/>
</p> </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: Zahlungskonditionen:
<span t-esc="o.payment_term_id.note"/> <span t-esc="o.payment_term_id.name"/>
<br/> <br/>
</p> </p>
</div> </div>