Bug 17599: Move C4::Circulation::GetIssuingRule to Koha::IssuingRules->get_effective_...
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 9 Nov 2016 16:36:39 +0000 (16:36 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 15 Nov 2016 15:41:43 +0000 (15:41 +0000)
commit6edbd47a44823eb53ee7ebc3904cbd7ce796b19d
tree971458b5588a6feb572eb23b9bb8f391fab6a501
parent36280356c1d4488fe42609357daea36e7dc023a1
Bug 17599: Move C4::Circulation::GetIssuingRule to Koha::IssuingRules->get_effective_issuing_rule

This is a POC, I have not tested it yet.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Circulation.pm
C4/Overdues.pm
C4/Reserves.pm
Koha/Biblio.pm
Koha/IssuingRules.pm
Koha/Item.pm
t/db_dependent/Circulation/Branch.t
t/db_dependent/Circulation/GetHardDueDate.t
t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t
t/db_dependent/Circulation/issue.t
t/db_dependent/Reserves.t