https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33075 Andrew Fuerste-Henry <andrewfh@dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh@dubcolib.org --- Comment #3 from Andrew Fuerste-Henry <andrewfh@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.