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

Paul Poulain <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #7 from Paul Poulain <[email protected]> 2012-02-13 
15:32:42 UTC ---
I just made a test again on my testing database, and I get, as expected, the
result:

Cannot Check In
This item must be checked in at its home library. NOT CHECKED IN


Here is my setup:
* IndependantBranches = OFF (I also tested with IndependantBranches=ON, same
behaviour, as expected)
* UseBranchTransferLimits & BranchTransferLimitsType = Enforce branch transfer
limits based on Itemtype
* in admin/branch_transfer_limit.pl = everything is unselected, in all branches
* memcache is OFF, that's important, otherwise, when testing you can see bad
results just because you get the cached version of the data, not the uptodate)
* HomeOrHoldingBranchReturn     On checkin route the returned item to the
library the item was checked out from (should not matter, but just in case)
* item-level_itypes is set to biblio record (that may be important)

Could you add
warn "==> branchtransferlimitvalue";
just BEFORE the line
    if (($hbr ne $branch && C4::Context->preference("IndependantBranches")) or
(!IsBranchTransferAllowed($hbr, $branch, $branchtransferlimitvalue ))) {

It will show which flag is used for checking the branchtransfer

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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