https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34666
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #154979|0 |1 is obsolete| | --- Comment #6 from David Nind <[email protected]> --- Created attachment 154984 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154984&action=edit Bug 34666: Allow item_group to be null and still match The current logic requires that the grop ids match, but this eliminates null matches from the group. The fallout essentially is that the queue won't be checked to fill holds in cases of title level matches where holds don't have an item group id. The queue checks the transport cost matrix while the check reserves check does not, so this may have an impact on holds costs and delivery times To test: 0 - Apply unit test patch 1 - prove -v t/db_dependent/Reserves.t 2 - It fails 3 - Apply this patch 4 - prove -v t/db_dependent/Reserves.t 5 - It passes! Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
