14 Apr
2014
14 Apr
'14
9:54 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12052 --- Comment #3 from Jonathan Druart <jonathan.druart@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.