|
Lines 299-305
Link Here
|
| 299 |
Please confirm that you have removed [% accountlines.total( payment_type => [ 'CASH', 'SIP00' ]) * -1 | $Price %] from the cash register and left a float of [% register.starting_float | $Price %]. |
299 |
Please confirm that you have removed [% accountlines.total( payment_type => [ 'CASH', 'SIP00' ]) * -1 | $Price %] from the cash register and left a float of [% register.starting_float | $Price %]. |
| 300 |
</div> <!-- /.modal-body --> |
300 |
</div> <!-- /.modal-body --> |
| 301 |
<div class="modal-footer"> |
301 |
<div class="modal-footer"> |
| 302 |
<a href="/cgi-bin/koha/pos/register.pl?op=cashup" class="btn btn-default" id="pos_cashup_confirm">Confirm</a> |
302 |
<a href="/cgi-bin/koha/pos/register.pl?op=cashup" class="btn btn-primary" id="pos_cashup_confirm">Confirm</a> |
| 303 |
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> |
303 |
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> |
| 304 |
</div> <!-- /.modal-footer --> |
304 |
</div> <!-- /.modal-footer --> |
| 305 |
</div> <!-- /.modal-content --> |
305 |
</div> <!-- /.modal-content --> |
| 306 |
- |
|
|