Bug 23604

Summary: Multiple partners with the same email address causes all to be emailed
Product: Koha Reporter: Andrew Isherwood <bugzilla>
Component: ILLAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P5 - low CC: pedro.amorim
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22531
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Andrew Isherwood 2019-09-13 09:05:42 UTC
If multiple request partners have the same email address and one is selected, all partners with that email address are contacted.

I've not looked at it, but this is probably due to the matching being performed using the partner's email address, rather than borrowernumber. We should switch to using borrowernumber.
Comment 1 Katrin Fischer 2023-01-13 11:58:25 UTC
Sounds like a potentially bad bug.

Can someone point out how to test this? (which backend does need to be installed?)