@@ -, +, @@ hold for multiple records) --- .../prog/en/includes/circ-patron-search-results.inc | 9 +++++++-- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 7 ++++--- 2 files changed, 11 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc @@ -17,8 +17,13 @@ [% borrower.surname %], [% borrower.firstname %] [% ELSE %] - - [% borrower.surname %], [% borrower.firstname %] + [% IF ( multi_hold) %] + + [% borrower.surname %], [% borrower.firstname %] + [% ELSE %] + + [% borrower.surname %], [% borrower.firstname %] + [% END %] [% END %] [% borrower.cardnumber %] [% borrower.dateofbirth | $KohaDates %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -269,7 +269,7 @@ function checkMultiHold() { [% IF ( messageborrower ) %]

Patron not found

No patron with this name, please, try another

[% END %] -
+
[% UNLESS borrowers %] @@ -277,16 +277,17 @@ function checkMultiHold() {
Enter patron card number or partial name:
-
[% ELSE %] [% INCLUDE 'circ-patron-search-results.inc' destination = "holds" %] - [% END %] + [% IF ( multi_hold ) %] + [% ELSE %] + [% END %]
[% ELSIF NOT noitems %] --