Browse Source

[IMP] Add Duplicate info on reprinted receipt

pull/378/head
Pierrick Brun 5 years ago
committed by OCA-git-bot
parent
commit
72083640e3
  1. 16
      pos_order_mgmt/static/src/xml/pos.xml

16
pos_order_mgmt/static/src/xml/pos.xml

@ -80,6 +80,22 @@
<span name="order-origin-name">Rectifies: </span><t t-esc="order.origin_name"/>
</t>
</t>
<t t-jquery=".receipt-user" t-operation="after">
<t t-if="pos.reloaded_order">
<br/>
<div style='text-align:center'>DUPLICATE</div>
<br/>
</t>
</t>
</t>
<t t-extend="XmlReceipt">
<t t-jquery=".orderlines" t-operation="before">
<t t-if="pos.current_order">
<div>DUPLICATE</div>
<br/>
</t>
</t>
</t>
</templates>
Loading…
Cancel
Save