Bug 3.15.00.041: DBrev 11867
authorGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 19:30:51 +0000 (19:30 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 20:29:20 +0000 (20:29 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 13eda60..e8e1b8e 100755 (executable)
@@ -8309,12 +8309,8 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-
-
-
-
-$DBversion = "3.15.00.XXX";
-if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
+$DBversion = "3.15.00.041";
+if ( CheckVersion($DBversion) ) {
     my $name = $dbh->selectcol_arrayref(q|
         SELECT name FROM letter WHERE code="HOLD"
     |);
index 51aa6b2..526d64f 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.040';
+    our $VERSION = '3.15.00.041';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install