[Koha-bugs] [Bug 30886] New: Recall status cannot be correct on opac-detail

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 2 12:23:25 CEST 2022


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 at lists.koha-community.org
          Reporter: jonathan.druart+koha at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at 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.


More information about the Koha-bugs mailing list