@@ -, +, @@ staff --- koha-tmpl/intranet-tmpl/prog/js/basket.js | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/js/basket.js +++ a/koha-tmpl/intranet-tmpl/prog/js/basket.js @@ -452,6 +452,8 @@ function vShelfAdd(biblist) { bibs.push("biblionumber=" + bibnums[i]); } return bibs.join("&"); + } else { + showListsUpdate(MSG_NO_RECORD_SELECTED); } } } --