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

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js (-2 / +1 lines)
Lines 465-471 $(document).ready(function() { Link Here
465
                            title += "</a></span>";
465
                            title += "</a></span>";
466
466
467
                            if ( oObj.author ) {
467
                            if ( oObj.author ) {
468
                                title += " " + BY + " " + oObj.author;
468
                                title += " " + BY.replace( "_AUTHOR_", " " + oObj.author );
469
                            }
469
                            }
470
470
471
                            if ( oObj.itemnotes ) {
471
                            if ( oObj.itemnotes ) {
472
- 

Return to bug 13605