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 201-207 function verify_images() { Link Here
201
    function recall_item(itemnumber) {
201
    function recall_item(itemnumber) {
202
        var button = $("#recall_"+itemnumber);
202
        var button = $("#recall_"+itemnumber);
203
203
204
        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
        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?"))) {
205
            return;
205
            return;
206
        }
206
        }
207
207
208
- 

Return to bug 8688