@@ -, +, @@ warning Cannot place hold * Too Many Holds: TEST has too many holds. - Select a borrower and an item - Look at reserve quota for the borrower category, the item branch and the item type - Set maxreserves syspref with a quota lower than the circulation quota - Perform reserves for borrower to reach the quota - Try to perform one more reserve - Set maxreserves syspref with a quota higher than the circulation quota - Try to perform one more reserve --- .../prog/en/modules/reserve/request.tt | 8 +++--- reserve/request.pl | 27 +++++--------------- 2 files changed, 11 insertions(+), 24 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -198,7 +198,7 @@ function checkMultiHold() { [% ELSE %] -[% IF ( warnings ) %] +[% IF ( maxreserves || alreadyreserved || none_available || alreadypossession ) %]
[% UNLESS ( multi_hold ) %] @@ -224,13 +224,13 @@ function checkMultiHold() {
[% END %] -[% IF ( messages ) %] -