Bug 12448: DBRev 3.17.00.048
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
4824ddba41
commit
aef500f6a3
2 changed files with 3 additions and 5 deletions
|
@ -8953,7 +8953,7 @@ if ( CheckVersion($DBversion) ) {
|
|||
}
|
||||
|
||||
$DBversion = "3.17.00.044";
|
||||
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
||||
if ( CheckVersion($DBversion) ) {
|
||||
$dbh->do(q{
|
||||
INSERT IGNORE INTO systempreferences
|
||||
(variable,value,explanation,options,type)
|
||||
|
@ -9017,9 +9017,7 @@ if ( CheckVersion($DBversion) ) {
|
|||
SetVersion($DBversion);
|
||||
}
|
||||
|
||||
|
||||
|
||||
$DBversion = "XXX";
|
||||
$DBversion = "3.17.00.048";
|
||||
if ( CheckVersion($DBversion) ) {
|
||||
$dbh->do(q|
|
||||
INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('RentalFeesCheckoutConfirmation', '0', NULL , 'Allow user to confirm when checking out an item with rental fees.', 'YesNo')
|
||||
|
|
|
@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
|
|||
use strict;
|
||||
|
||||
sub kohaversion {
|
||||
our $VERSION = '3.17.00.047';
|
||||
our $VERSION = '3.17.00.048';
|
||||
# version needs to be set this way
|
||||
# so that it can be picked up by Makefile.PL
|
||||
# during install
|
||||
|
|
Loading…
Reference in a new issue