https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17729

--- Comment #6 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to