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

(-)a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js (-2 / +1 lines)
Lines 367-373 $(document).ready(function() { Link Here
367
                        }
367
                        }
368
368
369
                        if ( oObj.recalled == 1 ) {
369
                        if ( oObj.recalled == 1 ) {
370
                             title += " - <span class='circ-hlt item-recalled'>This item has been recalled and the due date updated.</span>";
370
                             title += " - <span class='circ-hlt item-recalled'>" +  __("This item has been recalled and the due date updated") + ".</span>";
371
                        }
371
                        }
372
372
373
                        title += " "
373
                        title += " "
374
- 

Return to bug 31738