[Koha-bugs] [Bug 27209] Add Koha::Hold->set_pickup_location

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 16 16:13:05 CET 2020


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

--- Comment #8 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 114444
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114444&action=edit
Bug 27209: Add Koha::Hold->set_pickup_location

This patch introduces a method to safely update a hold's pickup
location. It will raise exceptionis if the passed parameters are invalid
or absent.

To test:
1. Apply this patches
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Hold.t
=> SUCCESS; Tests pass
3. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list