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.