[Koha-bugs] [Bug 33301] Request for adding a facility to remember the previous item location and switch back to it upon check-in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 22 11:51:08 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33301

Katrin Fischer <katrin.fischer at bsz-bw.de> 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 <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list