[Koha-bugs] [Bug 24759] OpacRenewalBranch code should be a Koh::Item method

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 28 15:35:33 CET 2020


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 99763
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99763&action=edit
Bug 24759: Move OpacRenewalBranch code to Koha::Item

This patchset moves all code to calculate the correct renewal branch into
Koha::Item.pm

When interface is opac we follow the syspref, otherwise we use the current
userenv, or pass through
a defined branch

To test:
1 - Check out an item to a patron
2 - Set allowed renewals in the circ rules to 100 (just so you can keep
testing)
3 - Renew the item in staff interface, confirm it is recorded correctly in
statistics table (as signed in branch)
4 - Renew via the opac, testing with each setting of OpacRenewalbranch
5 - prove -v t/db_dependent/Koha/Item.t

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


More information about the Koha-bugs mailing list