[Bug 4228] New: opac-user.pl is generating a database error in the logs.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4228 Summary: opac-user.pl is generating a database error in the logs. Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: OPAC AssignedTo: oleonard@myacpl.org ReportedBy: gcollum@gmail.com Estimated Hours: 0.0 Change sponsored?: --- opac-user.pl: DBD::mysql::st execute failed: Unknown column 'renewalsallowed' in 'field list' at /root/kohaclone/C4/Circulation.pm line 2226. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4228 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|oleonard@myacpl.org |gmcharlt@gmail.com Component|OPAC |Circulation Version|unspecified |HEAD --- Comment #1 from Galen Charlton <gmcharlt@gmail.com> 2010-02-19 14:54:28 --- Issue is with C4::Circulation::GetRenewCount(), which wasn't updated to reflect the move of renewalsallowed from itemstypes to issuingrules. Fortunately, opac-user.pl is the only user of GetRenewCount(). Fix would be either to change GetRenewCount(), to fold it into CanBookBeRenewed(), or factoring out a common lookup routine for the current issuing rule. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com