Merge branch 'master' of git.freeside.biz:/home/git/freeside
authorIvan Kohler <ivan@freeside.biz>
Fri, 19 Apr 2013 20:54:03 +0000 (13:54 -0700)
committerIvan Kohler <ivan@freeside.biz>
Fri, 19 Apr 2013 20:54:03 +0000 (13:54 -0700)
FS/FS/cust_pay.pm

index 7b01ff5..0e9e8a7 100644 (file)
@@ -1063,6 +1063,8 @@ sub _upgrade_data {  #class method
             warn "couldn't find paybatch history record for $table ".$object->$pkey."\n";
             next;
           }
+          # if the paybatch didn't have an auth string, then it's fine
+          $h->paybatch =~ /:(\w+):/ or next;
           # set paybatch to what it was in that record
           $object->set('paybatch', $h->paybatch)
           # and then upgrade it like the old records