diff options
| author | ivan <ivan> | 2010-04-04 22:53:09 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2010-04-04 22:53:09 +0000 | 
| commit | 1a2e0285a2c596cc202ef9a9f1cf0815f4d7c5ff (patch) | |
| tree | fb74d4729e9aa029f7ac638df26c1f7c1f517284 | |
| parent | 072a39e8f246c4964f28d70265355d23def05bd9 (diff) | |
fix otaker upgrade for cust_main
| -rw-r--r-- | FS/FS/cust_main.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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);  } | 
