https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15997 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 48748 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48748&action=edit Bug 15997 - Hold Ratios for ordered items doesn't count orders where AcqCreateItem is set to 'receiving' Currently, the hold ratios script only counts on order items where the record item is created at the time the order is placed, and not if the item is created when the item is received. Test Plan: 1) Set AcqCreateItem to recieving 2) Run the hold ratios report with "include ordered" checked 3) From aquisitions, order some additional items for the record 4) Re-run the hold ratios report, not there is no change in the ratio for that record 5) Apply this patch 6) Re-run the hold ratios reporat again, the ratio should now have changed -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.