[Koha-bugs] [Bug 31485] Move ItemsDeniedRenewal checks from C4::Circulation to Koha::Item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 29 20:55:55 CEST 2022


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

--- Comment #1 from Joonas Kylmälä <joonas.kylmala at iki.fi> ---
Created attachment 139965
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139965&action=edit
Bug 31485: Move _item_denied_renewal to Koha::Item

The question whether item is denied renewal doesn't depend on
circulation rules or the patron, it is only a property of the item and
only changes to the item's attributes can cause the return value of
the check to change, thus we should move this to be a method of
Koha::Item.

To test:
 1) Run unit tests
    $ prove t/db_dependent/Circulation.t
    $ prove t/db_dependent/Koha/Item.t

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


More information about the Koha-bugs mailing list