[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
Tue Oct 15 11:27:07 CEST 2013


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

Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> changed:

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

--- Comment #5 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
Created attachment 21995
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21995&action=edit
Bug 11005 [ENH] - Centralize the UseBranchTransferLimits-check under one
function

Created a C4::Circulation::CheckBranchTransferAllowed() as a more convenient
branch transfer check
than the previous multiline if-else mess. This is a more pleasant and readable
approach to generalizing
branch transfer checks accross Koha.
Includes a error message as the return value so the precise reasons for denial
need not be constructed
when needed.

Unit tests included which test the new C4 function.

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


More information about the Koha-bugs mailing list