Modify ticket

This commit is contained in:
Luis 2022-07-05 13:16:16 +02:00
parent 16980f388f
commit 79abf4b1db
2 changed files with 2 additions and 2 deletions

View file

@ -178,8 +178,8 @@
</t>
<t t-if='receipt.cashier'>
<div class='cashier'>
<div>--------------------------------</div>
<div>Served by <t t-esc='receipt.cashier' /></div>
<div>--------------------------------</div>
</div>
</t>

View file

@ -12,7 +12,7 @@
</t>
<t t-extend="XmlReceipt">
<t t-jquery="[t-if='!receipt.company.logo']" t-operation="after">
<t t-jquery="[t-if='receipt.header_xml']" t-operation="after">
<t t-if="order.get_client()">
<t t-esc="order.get_client().property_product_pricelist[1] ? order.get_client().property_product_pricelist[1] : ''"/><br />
</t>