[Koha-bugs] [Bug 784] New: opac-user.pl (in HEAD) calls undefined function

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Wed May 12 18:30:29 CEST 2004


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=784

           Summary: opac-user.pl (in HEAD) calls undefined function
           Product: Koha
           Version: CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: OPAC
        AssignedTo: chris at katipo.co.nz
        ReportedBy: oleonard at athenscounty.lib.oh.us
         QAContact: koha-bugs at lists.sourceforge.net


Lines 84-88:

    # check if item is renewable
    my %env;
    my $status = renewstatus(\%env,$borrowernumber, $issue->{'itemnumber'});

    $issue->{'status'} = $status;

renewstatus() is undefined. I'm guessing it was in Renewals2.pm, which is no
longer there.  Commenting this section clears up the problem, but doesn't
replace the functionality--which never worked anyway!  I don't know whether the
appropriate remedy is to take this section out or get it working.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-bugs mailing list