https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37334
--- Comment #33 from Jonathan Druart <[email protected]> --- (In reply to Emmi Takkinen from comment #32) > First patch needed a minor rebase. Filtering with at least "Available", > "Checked out", "In transit", "Damaged" and "Lost" status works, but "Not for > loan" status doesn't return results if its value starts with -. E.g. I have > authorized values 7 "Added to bundle" and -7 "Auton varastossa". Filtering > first one works, second doesn't. Yes, I think it's the correct behaviour. C4/Reserves.pm:1322 $item->notforloan > 0 || # item with negative or zero notforloan value is holdable -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
