View | Details | Raw Unified | Return to bug 13624
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/update_13624_overduerules_transport_type.pl (-2 / +1 lines)
Lines 5-11 use warnings; Link Here
5
use C4::Context;
5
use C4::Context;
6
my $dbh=C4::Context->dbh;
6
my $dbh=C4::Context->dbh;
7
7
8
print "Will do : Upgrade to $DBversion done (Bug 13624 - Remove columns branchcode, categorytype from table overduerules_transport_types)\n";
8
print "Will do : Bug 13624 - Remove columns branchcode, categorytype from table overduerules_transport_types\n";
9
9
10
#if ( CheckVersion($DBversion) ) {
10
#if ( CheckVersion($DBversion) ) {
11
    $dbh->do("SET FOREIGN_KEY_CHECKS=0");
11
    $dbh->do("SET FOREIGN_KEY_CHECKS=0");
12
- 

Return to bug 13624