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

(-)a/koha-tmpl/intranet-tmpl/prog/js/holds.js (-4 / +2 lines)
Lines 83-94 $(document).ready(function() { Link Here
83
                                    data += NOT_TRANSFERRED_YET.format( oObj.not_transferred_by );
83
                                    data += NOT_TRANSFERRED_YET.format( oObj.not_transferred_by );
84
                                }
84
                                }
85
                                data += "</em>";
85
                                data += "</em>";
86
86
                                data += " <a href='/cgi-bin/koha/catalogue/moredetail.pl?biblionumber="
87
                                data += " <a href='/cgi-bin/koha/catalogue/detail.pl?biblionumber="
88
                                  + oObj.biblionumber
87
                                  + oObj.biblionumber
89
                                  + "&itemnumber="
88
                                  + "&itemnumber="
90
                                  + oObj.itemnumber
89
                                  + oObj.itemnumber
91
                                  + "#"
90
                                  + "#item"
92
                                  + oObj.itemnumber
91
                                  + oObj.itemnumber
93
                                  + "'>"
92
                                  + "'>"
94
                                  + oObj.barcode.escapeHtml()
93
                                  + oObj.barcode.escapeHtml()
95
- 

Return to bug 22633