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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 200-206 function verify_images() { Link Here
200
    function recall_item(itemnumber) {
200
    function recall_item(itemnumber) {
201
        var button = $("#recall_"+itemnumber);
201
        var button = $("#recall_"+itemnumber);
202
202
203
        if(!confirm(_('A request for the immediate return of the item will be sent to the user who currently has it in its possession.\n\nAre you sure you want to send a recall notice?'))) {
203
        if(!confirm(_("A request for the immediate return of the item will be sent to the user who currently has it in its possession.\n\nAre you sure you want to send a recall notice?"))) {
204
            return;
204
            return;
205
        }
205
        }
206
206
207
- 

Return to bug 8688