Merge remote-tracking branch 'origin/new/bug_6880'

Conflicts:
	kohaversion.pl
This commit is contained in:
Paul Poulain 2012-01-06 11:03:25 +01:00
commit 7ea4760b06
2 changed files with 2 additions and 2 deletions

View file

@ -4578,7 +4578,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
SetVersion($DBversion);
}
$DBversion = "3.06.03.001";
$DBversion = "3.07.00.004";
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
$dbh->do("ALTER TABLE `suggestions` ADD `patronreason` TEXT NULL AFTER `reason`");
print "Upgrade to $DBversion done (Add column to suggestions table to store patrons' reasons for submitting a suggestion. )\n";

View file

@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
use strict;
sub kohaversion {
our $VERSION = '3.07.00.003';
our $VERSION = '3.07.00.004';
# version needs to be set this way
# so that it can be picked up by Makefile.PL
# during install