https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30910
--- Comment #3 from Andrew Fuerste-Henry <[email protected]> --- (In reply to Christopher Brannon from comment #2) > Andrew, could you help me by providing a scenario for this. I'm trying to > wrap my head around this one, and I'm just having a little trouble > connecting the dots. We have an item that normally lives in the shelving location GEN (for "General Stacks"). We put the item into a display. We want the shelving location in the catalog to reflect that the item isn't in its normal place, but we don't want to worry about getting that item back into the display if it gets checked out and we don't want to edit it again. If we set: items.location = DISPLAY items.permanent_location = GEN With UpdateItemLocationOnCheckin syspref containing _ALL_: _PERM_ Then the item will show DISPLAY in the catalog but return to GEN when it gets checked in. But right now it takes a fairly complicated setup to edit items.location without koha also edited items.permanent_location. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
