[Koha-bugs] [Bug 7621] Circulation: Match age restriction of title with borrower's age without using categories

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 14 10:53:02 CEST 2012


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

--- Comment #8 from Chris Cormack <chris at bigballofwax.co.nz> ---
I like the idea, but the patch is missing a few little things.

It needs to do an updatedatabase.pl to add the syspref to the database, as well
as updating the syspref.sql 

Another issue is the use of SELECT ExtractValue, this will fail on older mysql
versions (pre 5.1) and is slow. It might be better to adapt the frameworks to
link the MARC field to a column in biblioitems. Since you have all the columns
in biblioitems available anyway. 
This would mean it would be the same query whatever MARC flavour, as the
appropriate subfield would be linked to the column.

Just a thought.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list