1
0
Fork 0

pimp big number to be really big

This commit is contained in:
Tobias Brunner 2019-07-06 19:47:36 +02:00
parent 1294f18ed6
commit 392c1d62db
1 changed files with 9 additions and 2 deletions

View File

@ -4,9 +4,16 @@
<!-- Printed -->
<t t-extend="XmlReceipt">
<t t-jquery="[t-esc='receipt.name']" t-operation="before">
<div bold="on" size="double" t-if="big_number">
<h1 size="double"><t t-esc="order_number"/></h1>
<div bold="on" size="double" font="b" t-if="big_number">
*-*-*-*-*-*-*-*-*-*-*
</div>
<div bold="on" size="double" font="a" t-if="big_number">
Bestellnummer: <t t-esc="order_number"/>
</div>
<div bold="on" size="double" font="b" t-if="big_number">
*-*-*-*-*-*-*-*-*-*-*
</div>
<br/><br/>
</t>
</t>