|
Lines 251-257
$(document).ready(function () {
Link Here
|
| 251 |
<button type="submit" class="deny" onclick="this.form.cancel_reserve.value = 1; this.form.submit();"><i class="fa fa-times"></i> Cancel</button> |
251 |
<button type="submit" class="deny" onclick="this.form.cancel_reserve.value = 1; this.form.submit();"><i class="fa fa-times"></i> Cancel</button> |
| 252 |
|
252 |
|
| 253 |
<input type="hidden" name="print_slip" value="0" /> |
253 |
<input type="hidden" name="print_slip" value="0" /> |
| 254 |
<input type="submit" value="Print and confirm" class="print" onclick="this.form.print_slip.value = 1; this.form.submit();" /> |
254 |
<button type="submit" class="print" onclick="this.form.print_slip.value = 1; this.form.submit();"><i class="fa fa-print"></i> Print and confirm</button> |
| 255 |
[% FOREACH inputloo IN inputloop %] |
255 |
[% FOREACH inputloo IN inputloop %] |
| 256 |
<input type="hidden" name="ri-[% inputloo.counter %]" value="[% inputloo.barcode %]" /> |
256 |
<input type="hidden" name="ri-[% inputloo.counter %]" value="[% inputloo.barcode %]" /> |
| 257 |
<input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" /> |
257 |
<input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" /> |
| 258 |
- |
|
|