Bug 11629: DBRev 3.17.00.007
authorGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 03:28:46 +0000 (03:28 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 03:28:46 +0000 (03:28 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

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

index e9e7bc7..01472d7 100755 (executable)
@@ -8544,7 +8544,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.17.00.007";
 if (CheckVersion($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('UpdateNotForLoanStatusOnCheckin', '', 'NULL', 'This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value it will be updated to the right-hand value. E.g. ''-1: 0'' will cause an item that was set to ''Ordered'' to now be available for loan. Each pair of values should be on a separate line.', 'Free');");
     print "Upgrade to $DBversion done (Bug 11629 - Add ability to update not for loan status on checkin)\n";
index 7acfbca..0543f8c 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.006';
+    our $VERSION = '3.17.00.007';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install