Bug 11415: DBRev 3.15.00.014
authorGalen Charlton <gmc@esilibrary.com>
Thu, 23 Jan 2014 17:07:27 +0000 (17:07 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 23 Jan 2014 17:07:27 +0000 (17:07 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 46e5406..fb91869 100755 (executable)
@@ -7930,10 +7930,10 @@ if(CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.014";
 if (CheckVersion($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('SelfCheckReceiptPrompt', '1', 'NULL', 'If ON, print receipt dialog pops up when self checkout is finished.', 'YesNo');");
-    print "Upgrade to $DBversion done (Bug 11415: add system preference for self checkout receipt print)\n";
+    print "Upgrade to $DBversion done (Bug 11415: add system preference for automatic self checkout receipt printing)\n";
     SetVersion($DBversion);
 }
 
index c50be84..498290e 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.013';
+    our $VERSION = '3.15.00.014';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install