Bug 12191

Summary: Items with not for loan status shouldn't trigger a transfer
Product: Koha Reporter: HB-NEKLS <gwilliams>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, kyle, nengard
Version: 3.14   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description HB-NEKLS 2014-05-06 05:01:37 UTC
Items with notforloan setting ≠ 0 [so 1 or -1, for example] CAN be checked in and CANNOT be checked out -- both expected behaviors. 

However, items with notforloan ≠ 0 CAN trigger a branch transfer and put an item into transit for a hold. 

I don't think items should be able to trigger a transfer at all on checkin, if the item still has notforloan ≠ 0.
Comment 1 Kyle M Hall 2014-06-18 12:14:01 UTC
I cannot reproduce this issue on master ( db rev 3.17.00.008, commit 7181de4f1ca8e282990c4c624154b658ea0d644f );
Comment 2 HB-NEKLS 2015-05-19 23:20:22 UTC
With the new UpdateNotForLoanStatusOnCheckin sys pref in 3.18, this is no longer an issue. I hope it's okay, I'm marking this resolved.