https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19690
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Katrin Fischer <[email protected]> --- I think the patch is actually wrong: [% ELSIF rule.onshelfholds == 2 %] - If all unavailable + Only if other items unavailable [% ELSE %] - If any unavailable + No OnShelfHolds Allowed If all unavailable = No (no onshelf holds are allowed) If any anavailable = If at least one is checked out Yes = It doesn't matter if anything is checked out or not (also yes is good here) -- 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/
