diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js index 3372992564..46c826cecc 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/holds.js +++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js @@ -152,10 +152,10 @@ $(document).ready(function() { if ( oObj.found ) { return ""; } else if ( oObj.suspend == 1 ) { - return "" + return "" + " " + RESUME + ""; } else { - return "" + return "" + " " + SUSPEND + ""; } } @@ -229,7 +229,9 @@ $(document).ready(function() { } $("body").append("\ -