@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/holds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/holds.js +++ a/koha-tmpl/intranet-tmpl/prog/js/holds.js @@ -3,7 +3,7 @@ function display_pickup_location (state) { if ( state.needs_override === true ) { $text = $( '' + state.text + ' ' ); } --