diff options
author | mark <mark> | 2012-01-04 21:12:38 +0000 |
---|---|---|
committer | mark <mark> | 2012-01-04 21:12:38 +0000 |
commit | 011b7eb2fc5194c5e385954b47416fb138d334f3 (patch) | |
tree | d2c689a7fc524e616114e921d314d909c48a4bd0 /FS | |
parent | 0e256e7b9dcc00dedacf499b92bd1c945248a3b9 (diff) |
set CDR status again after processing, fallout from #15535
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_pkg/voip_cdr.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_pkg/voip_cdr.pm b/FS/FS/part_pkg/voip_cdr.pm index ceda0c7a1..31a92187b 100644 --- a/FS/FS/part_pkg/voip_cdr.pm +++ b/FS/FS/part_pkg/voip_cdr.pm @@ -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'); } } |