http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13311 Bug ID: 13311 Summary: NewItemsDefaultLocation preference should not populate items.permanent_location Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: gmcharlt@gmail.com Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl I noticed this problem when testing Bug 13297: If you have NewItemsDefaultLocation turned on (set to use the "PROC" authorized value for instance), and you add a new item to a record through the cataloging interface but you *don't* select a shelving location, both items.location and items.permanent_location will be filled with "PROC." This is incorrect. Only items.location should be filled. If items.permanent_location is also "PROC," then checking in the item will not trigger removal of the "PROC" value as it should. -- You are receiving this mail because: You are watching all bug changes.