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

(-)a/koha-tmpl/intranet-tmpl/prog/js/catalog.js (-6 lines)
Lines 71-85 function confirm_items_deletion() { Link Here
71
            return false;
71
            return false;
72
        }
72
        }
73
    } else {
73
    } else {
74
        alertNoItems();
75
        return false;
74
        return false;
76
    }
75
    }
77
}
76
}
78
77
79
function alertNoItems(){
80
    alert( __("This record has no items.") );
81
}
82
83
/* END IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) */
78
/* END IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) */
84
79
85
$(document).ready(function() {
80
$(document).ready(function() {
86
- 

Return to bug 25251