https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41298
OpenFifth Sandboxes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #189924|0 |1 is obsolete| | --- Comment #2 from OpenFifth Sandboxes <[email protected]> --- Created attachment 189925 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189925&action=edit Bug 41298: Fix filtering items by in transit The filtering condition was not correct, the presence of a line in the transfer table is not enough to now if the item is in transit. Here we filter reusing the same conditions as Koha::Item::Transfer->in_transit Test plan: Have at least 2 items for a given bibliographic record Transfer item 1 Transfer item 2 Receive/Fullfill the transfer for item 1 Item 1 is now available and item 2 is in transit Go to items record and filter holdings table with status "In transit" => Only item 2 is displayed Filter holdings table with status "Available" => Only item 1 is displayed Signed-off-by: Anneli Österman <[email protected]> -- 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/
