@@ -, +, @@ home library are different, the message displayed only shows the branch code and not the branch name. --- 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 %] --