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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]
        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.
_______________________________________________
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