View | Details | Raw Unified | Return to bug 23114
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-2 / +1 lines)
Lines 291-297 Link Here
291
    <script type="text/javascript">
291
    <script type="text/javascript">
292
        function checkForm() {
292
        function checkForm() {
293
            if ( $('#uploadbarcodes').val() && $('#barcodelist').val() ) {
293
            if ( $('#uploadbarcodes').val() && $('#barcodelist').val() ) {
294
                alert(_("You have uploaded a barcode file and scanned barcodes at the same time. Please choose one of the options before."));
294
                alert(_("You have uploaded a barcode file and scanned barcodes at the same time. Please choose one of the two options."));
295
                return false;
295
                return false;
296
            }
296
            }
297
            if ( $('#uploadbarcodes').val() || $('#barcodelist').val() ) {
297
            if ( $('#uploadbarcodes').val() || $('#barcodelist').val() ) {
298
- 

Return to bug 23114