diff options
author | ivan <ivan> | 2010-04-04 22:52:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-04-04 22:52:42 +0000 |
commit | 072a39e8f246c4964f28d70265355d23def05bd9 (patch) | |
tree | 81b3af6d6878454d4c5333c6e549e454f87c3312 /FS | |
parent | ac719a0bf9688766ab424b9baad5d0703d255500 (diff) |
fix otaker upgrade for cust_main
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 1d220fecd..c0b9bc51c 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); } |