http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10378
Galen Charlton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #6 from Galen Charlton <[email protected]> --- (In reply to comment #5) > That's not a bad idea. However, another issue is that Koha has simply not > been written with the idea an item can be checkout out and in transit at the > same time. It appears that there are parts of Koha that will assume a > checked out item isn't being transferred and not display the in transit > message. Indeed -- from the patron's point of view, the item is no longer in her possession, and she has returned it to a library. And it's easy to understand why Koha makes the assumption that checked out == in the patron's nominal possession, therefore can't be transiting between libraries. Maybe a different way to tackle the problem is add a way of keeping track that a loan was returned to the "wrong" library? That way, the loan can still be checked in while providing some hooks for functionality to penalize the patron, if that's what your customer is after. A starting point might be added a returnbranch column to issues. That would be useful for other purposes, particularly for consortia and large multi-branch systems. Anyway, due to our mutual agreement that this idea needs more work, I'm setting this bug to In Discussion. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
