Lines 68-74
Link Here
|
68 |
</div> |
68 |
</div> |
69 |
|
69 |
|
70 |
<form action="view_holdsqueue.pl" method="get" id="limitselect"> |
70 |
<form action="view_holdsqueue.pl" method="get" id="limitselect"> |
71 |
<input type="hidden" name="page" value="[% page | html %]"/> |
71 |
<input type="hidden" id="page" name="page" value="[% page | html %]"/> |
72 |
<input type="hidden" name="branchlimit" value="[% branchlimit | html %]"/> |
72 |
<input type="hidden" name="branchlimit" value="[% branchlimit | html %]"/> |
73 |
<input type="hidden" name="itemtypeslimit" value="[% itemtypeslimit | html %]"/> |
73 |
<input type="hidden" name="itemtypeslimit" value="[% itemtypeslimit | html %]"/> |
74 |
<input type="hidden" name="ccodeslimit" value="[% ccodeslimit | html %]"/> |
74 |
<input type="hidden" name="ccodeslimit" value="[% ccodeslimit | html %]"/> |
Lines 261-266
Link Here
|
261 |
var holdst; |
261 |
var holdst; |
262 |
|
262 |
|
263 |
$('#limit').change(function() { |
263 |
$('#limit').change(function() { |
|
|
264 |
$('#page').val("1"); |
264 |
$('#limitselect').submit(); |
265 |
$('#limitselect').submit(); |
265 |
}); |
266 |
}); |
266 |
|
267 |
|
267 |
- |
|
|