@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/reserve/request.tt | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -167,11 +167,7 @@
Hold details - [% UNLESS ( multi_hold ) %] -
- [% ELSE %] - - [% END %] + @@ -747,6 +743,16 @@ "margin-right":"0em" }); + [% UNLESS ( multi_hold ) %] + $("#hold-request-form").on("submit", function(){ + return check(); + }); + [% ELSE %] + $("#hold-request-form").on("submit", function(){ + return checkMultiHold(); + }); + [% END %] + }); function check() { --