From 71a8afe8e00628f8878424b16cfb4366240488ea Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 23 Feb 2012 09:33:40 -0500 Subject: [PATCH] Bug 6976 - User hold limit can be avoided by users in OPAC Adds a check to see if a multi-hold request would possibly exceed the maximum number of allowed holds. If it is possible, then we display an error message if the borrower has more checkboxes checked than new holds that can be placed. --- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 13 ++++++++ opac/opac-reserve.pl | 32 +++++++++++++------- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt index 64ed80c..ecb96f6 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt @@ -4,6 +4,7 @@