koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 784] New: opac-user.pl (in HEAD) calls undefined function
Date: 12 May 2004 16:30:29 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]