1
0
Fork 0

bigger number - another try

This commit is contained in:
Tobias Brunner 2019-07-06 15:04:36 +02:00
parent c2628ea727
commit 1294f18ed6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<t t-extend="XmlReceipt">
<t t-jquery="[t-esc='receipt.name']" t-operation="before">
<div bold="on" size="double" t-if="big_number">
<t t-esc="order_number"/>
<h1 size="double"><t t-esc="order_number"/></h1>
</div>
</t>
</t>