https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33301
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Request for adding a |Request for adding a |facility to remember the |facility to remember the |previous item location and |previous item location and |switch back to it upon |switch back to it upon |check-in. |check-in --- Comment #1 from Katrin Fischer <[email protected]> --- If GEN is always correct, you could also use UpdateItemLocationOnCheckin, but I guess the problem is, it's not always GEN... I think the hard part here would be to make it configurable when Koha needs to remember a previous location and when it does not. Then we'd also need to get this right with PROC and CART locations. Instead of using a location for binding maybe you could use a not for loan value (away for binding). Then you can reset that to available on checkin autmatically, using UpdateNotForLoanStatusOnCheckin. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ 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/
