From efb5d17d91b21ffd28fe3cf295c092ff765af7f3 Mon Sep 17 00:00:00 2001 From: Blou Date: Mon, 27 Jan 2014 16:02:34 -0500 Subject: [PATCH] (Re?)added update message and set version to 3.15.XXX http://bugs.koha-community.org/show_bug.cgi?id=10937 --- installer/data/mysql/updatedatabase.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index c4ad278..2bcc2e4 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8558,6 +8558,8 @@ if ( CheckVersion($DBversion) ) { ADD hideinopac TINYINT(1) NOT NULL DEFAULT 0, ADD searchcategory VARCHAR(20) DEFAULT NULL; }); + print "Upgrade to $DBversion done (Bug 10937 - Option to hide and group itemtypes from advanced search)\n"; + SetVersion($DBversion); } =head1 FUNCTIONS -- 1.7.9.5