[Koha-bugs] [Bug 12052] Display a patron message on the summary page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 14 09:54:07 CEST 2014


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

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to Bernardo Gonzalez Kriegel from comment #2)
> Works, but
> 
> 1. Think you need to add the new syspref on
> installer/data/mysql/updatedatabase.pl

In sysprefs.sql, yes :)

> 2. The check 
>   if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
> must be written
>   if ( CheckVersion($DBversion) ) {
> because it does not run as is on master

Oops, originally this patch was for a 3.10 branch, I forgot to change that.

New patch coming.

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


More information about the Koha-bugs mailing list