summaryrefslogtreecommitdiff
path: root/addons/point_of_sale/static/src/xml/Screens/OrderManagementScreen/ControlButtons/ReprintReceiptButton.xml
blob: df3e4e0611c6c75c9382e862a3187fbd02b68535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">

    <t t-name="ReprintReceiptButton" owl="1">
        <div class="control-button">
            <i class="fa fa-print"></i>
            <span> </span>
            <span>Print Receipt</span>
        </div>
    </t>

</templates>