1
0
Fork 0

remove stars from order number print

looks better without
This commit is contained in:
Tobias Brunner 2019-08-10 12:42:53 +02:00
parent 4b02aa6151
commit 47ee56e77b
1 changed files with 0 additions and 6 deletions

View File

@ -4,15 +4,9 @@
<!-- Printed -->
<t t-extend="XmlReceipt">
<t t-jquery="[t-esc='receipt.name']" t-operation="before">
<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>