@@ -, +, @@ display library branch name when placing hold different to the item's name --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -323,7 +323,7 @@ function checkMultiHold() { [% END %] [% IF ( diffbranch ) %] -
  • Pickup library is different. Patron: [% borrowerfirstname %] [% borrowersurname %] Patron's home library: ([% borrower_branchname %] / [% borrower_branchcode %] )
  • +
  • Pickup library is different. Patron: [% borrowerfirstname %] [% borrowersurname %] Patron's home library: ([% Branches.GetName(borrower_branchcode) %] / [% borrower_branchcode %] )
  • [% END %] --