https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42661 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 201636 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201636&action=edit Bug 42661: Remove redundant library's name if HidePatronName If HidePatronName is turned on and a hold is being placed on a hold for a patron with a different library, there is an alert the duplicate the library's name: Pickup library is different. Patron: A patron from library Springfield Patron's home library: (Springfield / SPL) With this patch: Pickup library is different. Patron's home library: Springfield / SPL Pickup library is different. Patron: Keith Hendrix Patron's home library: Springfield / SPL Test plan: Go to /cgi-bin/koha/reserve/request.pl?biblionumber=117&borrowernumber=26 And confirm that the changes make sense -- You are receiving this mail because: You are watching all bug changes.