[Koha-bugs] [Bug 4228] opac-user.pl is generating a database error in the logs.

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Fri Feb 19 15:54:29 CET 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4228


Galen Charlton <gmcharlt at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|oleonard at myacpl.org         |gmcharlt at gmail.com
          Component|OPAC                        |Circulation
            Version|unspecified                 |HEAD




--- Comment #1 from Galen Charlton <gmcharlt at 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.



More information about the Koha-bugs mailing list