fix otaker upgrade for cust_main
authorivan <ivan>
Sun, 4 Apr 2010 22:53:09 +0000 (22:53 +0000)
committerivan <ivan>
Sun, 4 Apr 2010 22:53:09 +0000 (22:53 +0000)
FS/FS/cust_main.pm

index c0b9bc5..4595e15 100644 (file)
@@ -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);
 
 }