Bug 12728: DBRev 3.17.00.025

This commit is contained in:
Tomás Cohen Arazi 2014-09-17 21:33:49 -03:00
parent a6da517127
commit 33d7a28afa
2 changed files with 2 additions and 2 deletions

View file

@ -8767,7 +8767,7 @@ if(CheckVersion($DBversion)) {
}
$DBversion = '3.17.00.XXX';
$DBversion = '3.17.00.025';
if ( CheckVersion($DBversion) ) {
$dbh->do(qq{
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('StatisticsFields','location|itype|ccode','Define fields (from the items table) used for statistics members',NULL,'Free')

View file

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