https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33364
--- Comment #15 from Aleisha Amohia <[email protected]> --- (In reply to Marcel de Rooy from comment #14) > @@ -1227,7 +1227,7 @@ sub has_pending_recall { > return Koha::Recalls->search( > { > item_id => $self->itemnumber, > - status => 'waiting', > + status => [ 'waiting', 'in_transit' ], > > Could you please explain why a recall is named pending, when it is waiting > or in transit? > Looks like inconsistent naming? Since a pending hold is a hold that is NOT > waiting or in transit. Actually it also looks at tmp_holdsqueue (and that > table depends on a pref too). Because at this stage, the item has already been allocated to the recall. It is in transit to the library where it would be picked up by the patron who requested it. -- 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/
