http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11354 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- I think this bug is invalid, but I hope others will give their opinions as well: If NewItemsDefaultLocation is turned on, items which are added get the PROC shelving location by default. I think this is what libraries expect when they turn on the preference. If you select a specific shelving location when you're adding the item, the "current shelving location" (items.location) is set to "PROC," as it should be, and the "permanent shelving location" (items.permanent_location) is set to the value you chose in the item editor. That means that the when the item is checked in and the PROC location is removed, the value in items.permanent_location will be copied to items.location. I think that, especially with the patch for Bug 13297, this works as it should. -- You are receiving this mail because: You are watching all bug changes.