set CDR status again after processing, fallout from #15535
[freeside.git] / FS / FS / part_pkg / voip_cdr.pm
index ceda0c7..31a9218 100644 (file)
@@ -412,6 +412,7 @@ sub calc_usage {
       # at this point we officially Do Not Care about the rating method
       $charges += $cdr->rated_price;
       $formatter->append($cdr);
+      $cdr->set_status('done');
     }
   }