http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12287 --- Comment #3 from sandboxes@biblibre.com <sandboxes@biblibre.com> --- Created attachment 28634 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28634&action=edit Bug 12287 - Hold priority for new hold incorrect if record has holds in transit When placing a new hold, the listed priority for the hold will be incorrect if there are any holds with items in transit ( i.e. found = T ). Test Plan: 1) Place 3 holds on a record with at least 2 items 2) Fill one hold so it is marked as waiting 3) Fill on hold so it is marked as in transit 4) Begin placing a new hold 5) Note the expected priority would be 2, but is actually 3 6) Apply this patch 7) Reload the patch, now the expected priority shows correctly Signed-off-by: Coralie Barsacq <c.barsacq@mairie-laciotat.fr> -- You are receiving this mail because: You are watching all bug changes.