https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17729 --- Comment #6 from Jonathan Druart <jonathan.druart@gmail.com> --- It seems that "F" is set right before the hold is moved to "old" Koha/Hold.pm 821 sub fill { 827 $self->set( 828 { 829 found => 'F', 830 priority => 0, 831 $params->{item_id} ? ( itemnumber => $params->{item_id} ) : (), 832 } 833 ); 834 835 my $old_me = $self->_move_to_old; and $item->holds only return current holds. -- You are receiving this mail because: You are watching all bug changes.