Bug 12191 - Items with not for loan status shouldn't trigger a transfer
Summary: Items with not for loan status shouldn't trigger a transfer
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 3.14
Hardware: All All
: P5 - low trivial (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-06 05:01 UTC by HB-NEKLS
Modified: 2015-12-03 22:00 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.