[Koha-bugs] [Bug 33075] Add ability to mark an item as floating

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 6 15:45:28 CET 2023


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

Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrewfh at dubcolib.org

--- Comment #3 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> ---
Your test plan assumes a circulation rule that doesn't allow floating, with the
value in items.floating overriding such that it does. Is the opposite true? If
my circ rules says everything should float, can I force specific items to *not*
float by setting an items.floating value? This seems like it would best conform
to existing circ rule structures if:
items.floating is NULL: item follows regular circ rules
items.floating = 0: item does not float, regardless of circ rules
items.floating = 1: item does float, regardless of circ rules

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list