X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=4595e15faea70c4150aa10f255d0f044e6dcbbef;hp=c0b9bc51c99d9c30a2c505cb979d68140d22e9de;hb=1a2e0285a2c596cc202ef9a9f1cf0815f4d7c5ff;hpb=072a39e8f246c4964f28d70265355d23def05bd9 diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index c0b9bc51c..4595e15fa 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -9795,7 +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 + local($ignore_expired_card) = 1; $class->_upgrade_otaker(%opts); }