[Koha-bugs] [Bug 11005] Centralize the UseBranchTransferLimits-check under one function

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 23 17:31:34 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11005

--- Comment #11 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
Fixed indentations from tabs to spaces.

Renamed CheckBranchTransferAllowed() -> CanItemBeTransferred()
CanBookBeTransferred refers to a title level check, when the function only
checks item level transferrability.
Like in C4::Reserves::CanItemBeReserved() vs CanBookBeReserved().

Added a Unimarc example to the unit tests.
Uncertain whether or not the different Marc flavour actually prevents the test
from working, since the itemtype-related Marc modification is pulled
dynamically from the Koha to Marc mappings. Expecting these to alter based on
the chosen Marc flavour.

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


More information about the Koha-bugs mailing list