X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=4595e15faea70c4150aa10f255d0f044e6dcbbef;hb=f4cff6248e3340d2321e9d761fec9ea12b28f781;hp=1d220fecd3f45055c5760ff08388a6e8e74cbafc;hpb=18f1fb3831bd99520f02a5ebe717344f71dc866f;p=freeside.git diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 1d220fecd..4595e15fa 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -9795,6 +9795,7 @@ sub _upgrade_data { #class method my $sth = dbh->prepare($sql) or die dbh->errstr; $sth->execute or die $sth->errstr; + local($ignore_expired_card) = 1; $class->_upgrade_otaker(%opts); }