Lines 87-94
$(document).ready(function(){
Link Here
|
87 |
[% END %] |
87 |
[% END %] |
88 |
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %] |
88 |
[% IF ( barcode_not_unique ) %]<div class="dialog alert"><strong>Error saving item</strong>: Barcode must be unique.</div>[% END %] |
89 |
[% 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 %] |
89 |
[% 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 %] |
90 |
[% IF ( book_on_loan ) %]<div class="dialog alert"><strong>Cannot Delete</strong>: item is checked out.</div>[% END %] |
|
|
91 |
[% IF ( book_reserved ) %]<div class="dialogalert"><strong>Cannot Delete</strong>: item has a waiting hold.</div>[% END %] |
92 |
|
90 |
|
93 |
[% IF ( notfoundbarcodes.size ) %] |
91 |
[% IF ( notfoundbarcodes.size ) %] |
94 |
<div class="dialog alert"><p>Warning, the following barcodes were not found:</p></div> |
92 |
<div class="dialog alert"><p>Warning, the following barcodes were not found:</p></div> |
95 |
- |
|
|