[Koha-bugs] [Bug 17599] Move C4::Circulation::GetIssuingRule to Koha::IssuingRules-> get_effective_issuing_rule

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 15 16:01:20 CET 2016


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #57393|0                           |1
        is obsolete|                            |

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 57494
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57494&action=edit
Bug 17599 - Move C4::Circulation::GetIssuingRule to
Koha::IssuingRules->get_effective_issuing_rule

Test Plan:
1) Apply this patch
2) Generate a test of 6 test rules using every combination of library,
    item type and patron type with different loan lengths
3) Perform a checkout of the patron type and item type
4) Note the correct rule was selected
5) Remove the most specific rule
6) Return and check out again
7) Repeat steps 4-6 until you have tested all 6 rules

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