[Koha-bugs] [Bug 17509] Notify patrons to return items requested on hold by another person

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 31 17:23:41 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17509

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com
             Status|Signed Off                  |Failed QA

--- Comment #40 from Nick Clemens <nick at bywatersolutions.com> ---
I like this one a lot, but a few issues:
1 - GetMember has been removed should use Koha::Patrons
2 - The sub should not go into C4:Reserves but should be a class method in
Koha::Holds
you can get patrons with something like (adding conditions per the pref) 
Koha::Patrons->search({'item.biblionumber'=>$hold->biblionumber,issue_id=>{'!='
=> undef} },{ join => {'issues' => 'item'} })

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list