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

--- Comment #9 from Joonas Kylmälä <joonas.kylm...@helsinki.fi> ---
Created attachment 121493
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121493&action=edit
Bug 27032: Move auto renewal code out of CanBookBeRenewed

This moves the checks related to whether auto renewal can be done on
the checkout to its own function _CanBookBeAutoRenewed(). This makes
it more clear which parts of the code are related to auto renewal
checking and which are not.

To test:
  1) Make sure prove t/db_dependent/Circulation.t still passes

Signed-off-by: Nick Clemens <n...@bywatersolutions.com>
Rebased-by: Joonas Kylmälä <joonas.kylm...@helsinki.fi>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to