|
Lines 233-243
$(document).ready(function () {
Link Here
|
| 233 |
<h4><strong>Hold at</strong> [% destbranchname %]</h4> |
233 |
<h4><strong>Hold at</strong> [% destbranchname %]</h4> |
| 234 |
[% END %] |
234 |
[% END %] |
| 235 |
<form method="post" action="returns.pl" class="confirm"> |
235 |
<form method="post" action="returns.pl" class="confirm"> |
| 236 |
<input type="hidden" name="cancel_reserve" value="0" /> |
|
|
| 237 |
<input type="submit" class="deny" value="Cancel" onclick="this.form.cancel_reserve.value = 1; this.form.submit();" /> |
| 238 |
|
236 |
|
| 239 |
<input type="submit" class="approve" value="Confirm" /> |
237 |
<input type="submit" class="approve" value="Confirm" /> |
| 240 |
|
238 |
|
|
|
239 |
<input type="hidden" name="cancel_reserve" value="0" /> |
| 240 |
<input type="submit" class="deny" value="Cancel hold" onclick="this.form.cancel_reserve.value = 1; this.form.submit();" /> |
| 241 |
|
| 241 |
<input type="hidden" name="print_slip" value="0" /> |
242 |
<input type="hidden" name="print_slip" value="0" /> |
| 242 |
<input type="submit" value="Print and confirm" class="print" onclick="this.form.print_slip.value = 1; this.form.submit();" /> |
243 |
<input type="submit" value="Print and confirm" class="print" onclick="this.form.print_slip.value = 1; this.form.submit();" /> |
| 243 |
[% FOREACH inputloo IN inputloop %] |
244 |
[% FOREACH inputloo IN inputloop %] |
| 244 |
- |
|
|