[Koha-bugs] [Bug 4045] No check for maximum number of allowed holds.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 10 17:23:27 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4045

Kyle M Hall <kyle.m.hall at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle.m.hall at gmail.com

--- Comment #8 from Kyle M Hall <kyle.m.hall at gmail.com> 2012-02-10 16:23:27 UTC ---
This is a strange situation we have. 

The system pref maxreserves is created during installation by
installer/data/mysql/sysprefs.sql 

However, if your installation is older than 3.01.00.066, it will be removed
during an upgrade.

So, if you perform a clean install a version of Koha newer than 3.01.00.066,
you will still have the maxreserves syspref. But if you upgrade from below
3.01.00.066 to a version above it, you will not!

Proposed Solutions:
Option A) Add maxreserves back in via updatedatabase.pl
Option B) Find all references to maxreserves in the code, and use
issuingrules.reservesallowed.

B is probably better in the long run, but the extra work may be rendered
superfluous by the new holds system coming down the pipe.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list