Lines 108-115
$(document).ready(function(){
Link Here
|
108 |
[% END %] |
108 |
[% END %] |
109 |
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %] |
109 |
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %] |
110 |
[% IF ( no_next_barcode ) %]<div class="dialog alert"><strong>Error saving items</strong>: Unable to automatically determine values for barcodes. No item has been inserted.</div>[% END %] |
110 |
[% IF ( no_next_barcode ) %]<div class="dialog alert"><strong>Error saving items</strong>: Unable to automatically determine values for barcodes. No item has been inserted.</div>[% END %] |
111 |
[% IF ( book_on_loan ) %]<div class="dialog alert"><strong>Cannot Delete</strong>: item is checked out.</div>[% END %] |
|
|
112 |
[% IF ( book_reserved ) %]<div class="dialogalert"><strong>Cannot Delete</strong>: item has a waiting hold.</div>[% END %] |
113 |
|
111 |
|
114 |
[% IF ( notfoundbarcodes.size ) %] |
112 |
[% IF ( notfoundbarcodes.size ) %] |
115 |
<div class="dialog alert"><p>Warning, the following barcodes were not found:</p></div> |
113 |
<div class="dialog alert"><p>Warning, the following barcodes were not found:</p></div> |
116 |
- |
|
|