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

Kyle M Hall <kyle.m.h...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle.m.h...@gmail.com

--- Comment #8 from Kyle M Hall <kyle.m.h...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to