https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30886 Bug ID: 30886 Summary: Recall status cannot be correct on opac-detail Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart+koha@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Depends on: 19532 734 my $recall_status; 735 if ( C4::Context->preference('UseRecalls') ) { 736 my $recall_status = Koha::Recalls->search( 737 { 738 item_id => $itm->{itemnumber}, 739 status => 'waiting', 740 completed => undef, 741 } 742 )->count; 743 } Extra "my" here. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 [Bug 19532] Recalls for Koha -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.