[Koha-bugs] [Bug 7144] Floating collection

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 23 22:33:43 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7144

--- Comment #21 from Ian Walls <koha.sekjal at gmail.com> 2012-02-23 21:33:43 UTC ---
Paul,


You don't need any special configured branches to use this feature.  All it
does is move the AutomaticItemReturn system preference to a branch/itemtype
level.  This allows you to specify whether certain kinds of materials (like
DVDs) return to either the homebranch or holdingbranch, or, for cheap
paperbacks not worth the transportation costs, if they "float" (which means
remain at the branch at which they were returned).

A NULL value in the returnbranch field of the circ rules, or in fact any value
that's not "homebranch" or "holdingbranch", will result in the item floating. 
We hardcode "noreturn" in the system preferences to be explicit, but if
somewhere we to manually edit the data or some error were to creep in, that's
what the system would default to.

This code interacts with Branch Transfer Limits the exact same way that
AutomaticItemReturn did; again, this just moves the logic from a global syspref
to a branch/itemtype configurable rule.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list