Lines 316-323
$(document).ready(function () {
Link Here
|
316 |
[% ELSE %] |
316 |
[% ELSE %] |
317 |
|
317 |
|
318 |
[% IF ( errmsgloop ) %] |
318 |
[% IF ( errmsgloop ) %] |
319 |
<h5> |
|
|
320 |
<div class="dialog alert"> |
319 |
<div class="dialog alert"> |
|
|
320 |
<h5>Can't Check in</h5> |
321 |
[% FOREACH errmsgloo IN errmsgloop %] |
321 |
[% FOREACH errmsgloo IN errmsgloop %] |
322 |
[% IF ( errmsgloo.badbarcode ) %] |
322 |
[% IF ( errmsgloo.badbarcode ) %] |
323 |
<p class="problem">No item with barcode: [% errmsgloo.msg %]</p> |
323 |
<p class="problem">No item with barcode: [% errmsgloo.msg %]</p> |
324 |
- |
|
|