@@ -, +, @@ moredetail page - Create some holds, have at least - one item level hold - one hold waiting for pick-up - Take a look at the details and checkouts tabs in the patron account on staff side - Verify that the barcodes link to the record detail page - Apply patch - Verify the barcodes now link to the moredetail page --- koha-tmpl/intranet-tmpl/prog/js/holds.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/js/holds.js +++ a/koha-tmpl/intranet-tmpl/prog/js/holds.js @@ -83,12 +83,11 @@ $(document).ready(function() { data += NOT_TRANSFERRED_YET.format( oObj.not_transferred_by ); } data += ""; - - data += " " + oObj.barcode.escapeHtml() --