17 lines
714 B
XML
Executable File
17 lines
714 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
<t t-name="pos_cash_opening_adjustment.ClosePosPopup"
|
|
t-inherit="point_of_sale.ClosePosPopup"
|
|
t-inherit-mode="extension">
|
|
<xpath expr="//tbody[1]/tr/td[2]" position="replace">
|
|
<td class="text-muted">—</td>
|
|
</xpath>
|
|
<xpath expr="//tbody[contains(@class, 'cash-overview')]/tr[last()]" position="after">
|
|
<tr>
|
|
<td>Session cash sales & moves</td>
|
|
<td class="align-top"
|
|
t-esc="env.utils.formatCurrency(props.default_cash_details.session_cash_amount || 0)"/>
|
|
</tr>
|
|
</xpath>
|
|
</t>
|
|
</templates> |