Lines 317-322
$(document).ready(function () {
Link Here
|
317 |
|
317 |
|
318 |
[% IF ( errmsgloop ) %] |
318 |
[% IF ( errmsgloop ) %] |
319 |
<div class="dialog alert"> |
319 |
<div class="dialog alert"> |
|
|
320 |
<h5>Cannot check in</h5> |
320 |
[% FOREACH errmsgloo IN errmsgloop %] |
321 |
[% FOREACH errmsgloo IN errmsgloop %] |
321 |
[% IF ( errmsgloo.badbarcode ) %] |
322 |
[% IF ( errmsgloo.badbarcode ) %] |
322 |
<p class="problem">No item with barcode: [% errmsgloo.msg %]</p> |
323 |
<p class="problem">No item with barcode: [% errmsgloo.msg %]</p> |
Lines 340-346
$(document).ready(function () {
Link Here
|
340 |
[% END %] |
341 |
[% END %] |
341 |
[% IF ( errmsgloo.withdrawn ) %] |
342 |
[% IF ( errmsgloo.withdrawn ) %] |
342 |
[% IF BlockReturnOfWithdrawnItems %] |
343 |
[% IF BlockReturnOfWithdrawnItems %] |
343 |
<h3>Cannot Check In</h3> |
|
|
344 |
<p class="problem">Item is withdrawn. <strong>NOT CHECKED IN</strong></p> |
344 |
<p class="problem">Item is withdrawn. <strong>NOT CHECKED IN</strong></p> |
345 |
[% ELSE %] |
345 |
[% ELSE %] |
346 |
<p class="problem">Item is withdrawn.</p> |
346 |
<p class="problem">Item is withdrawn.</p> |
347 |
- |
|
|