|
Lines 275-281
Link Here
|
| 275 |
<div class="modal-footer"> |
275 |
<div class="modal-footer"> |
| 276 |
<input type="hidden" name="registerid" value="[% register.id | html %]"> |
276 |
<input type="hidden" name="registerid" value="[% register.id | html %]"> |
| 277 |
<input type="hidden" name="op" value="refund"> |
277 |
<input type="hidden" name="op" value="refund"> |
| 278 |
<button type="submit" class="btn btn-default">Confirm</button> |
278 |
<button type="submit" class="btn btn-default" id="pos_refund_confirm">Confirm</button> |
| 279 |
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> |
279 |
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> |
| 280 |
</div> <!-- /.modal-footer --> |
280 |
</div> <!-- /.modal-footer --> |
| 281 |
</div> <!-- /.modal-content --> |
281 |
</div> <!-- /.modal-content --> |
| 282 |
- |
|
|