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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt (-2 / +1 lines)
Lines 174-180 Link Here
174
            }));
174
            }));
175
175
176
            $(".cancelreturn").click(function(){
176
            $(".cancelreturn").click(function(){
177
                return confirmDelete(_("Are you sure you want to remove this recall and return the item to it's home library?"));
177
                return confirmDelete(_("Are you sure you want to remove this recall and return the item to its home library?"));
178
            });
178
            });
179
179
180
            $(".cancel").click(function(){
180
            $(".cancel").click(function(){
181
- 

Return to bug 34794