Merge remote-tracking branch 'origin/new/bug_6530'
Conflicts: kohaversion.pl
This commit is contained in:
commit
2202ee78c3
2 changed files with 2 additions and 2 deletions
|
@ -4571,7 +4571,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
||||||
SetVersion($DBversion);
|
SetVersion($DBversion);
|
||||||
}
|
}
|
||||||
|
|
||||||
$DBversion = "3.06.02.001";
|
$DBversion = "3.07.00.003";
|
||||||
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
||||||
$dbh->do(" UPDATE `message_attributes` SET message_name='Item_Due' WHERE message_name='Item_DUE'");
|
$dbh->do(" UPDATE `message_attributes` SET message_name='Item_Due' WHERE message_name='Item_DUE'");
|
||||||
print "Updating message_name in message_attributes\n";
|
print "Updating message_name in message_attributes\n";
|
||||||
|
|
|
@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
sub kohaversion {
|
sub kohaversion {
|
||||||
our $VERSION = '3.07.00.002';
|
our $VERSION = '3.07.00.003';
|
||||||
# version needs to be set this way
|
# version needs to be set this way
|
||||||
# so that it can be picked up by Makefile.PL
|
# so that it can be picked up by Makefile.PL
|
||||||
# during install
|
# during install
|
||||||
|
|
Loading…
Reference in a new issue