[Bug 784] New: opac-user.pl (in HEAD) calls undefined function
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@katipo.co.nz ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@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.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz