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

--- Comment #8 from Chris Cormack <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
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