Bug 12557: DBRev 3.17.00.023
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 9 Sep 2014 13:11:44 +0000 (10:11 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 9 Sep 2014 13:11:44 +0000 (10:11 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 00ff3d2..bfe5f71 100755 (executable)
@@ -8742,7 +8742,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.023";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES('AcqItemSetSubfieldsWhenReceiptIsCancelled','', '','Upon cancelling a receipt, update the items subfields if they were created when placing an order (e.g. o=5|a="bar foo")', 'Free')
index aab9549..9dec279 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.022';
+    our $VERSION = '3.17.00.023';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install