DB rev 134: DisplayMultiPlaceHold syspref
authorGalen Charlton <gmcharlt@gmail.com>
Tue, 11 May 2010 11:45:28 +0000 (07:45 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 11 May 2010 11:45:28 +0000 (07:45 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 42b6687..89b8c0f 100755 (executable)
@@ -3596,7 +3596,7 @@ if (C4::Context->preference('Version') < TransformToNum($DBversion)){
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.01.00.XXX';
+$DBversion = '3.01.00.134';
 if (C4::Context->preference('Version') < TransformToNum($DBversion)){
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('DisplayMultiPlaceHold','1','Display the ability to place multiple holds or not','','YesNo')");
     print "Upgrade to $DBversion done adding syspref DisplayMultiPlaceHold to control whether multiple holds can be placed from the search results page";
index ff38ba3..473e669 100644 (file)
@@ -10,7 +10,7 @@
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.01.00.133';
+    our $VERSION = '3.01.00.134';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install