diff options
author | ivan <ivan> | 2009-01-13 02:13:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-01-13 02:13:32 +0000 |
commit | f993ef78b6a3a9ca99b0bc2721e3407c63fcd6f0 (patch) | |
tree | 18d991825bee1d5d0e611b62263de7b2d8a964f4 /FS | |
parent | 52c71fabeef58419f20c7d4659592103e35dd48d (diff) |
WORKING avoid looking up options inside the rating loop, RT#4502
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_pkg/voip_cdr.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/voip_cdr.pm b/FS/FS/part_pkg/voip_cdr.pm index 150c06475..84a8a391a 100644 --- a/FS/FS/part_pkg/voip_cdr.pm +++ b/FS/FS/part_pkg/voip_cdr.pm @@ -262,7 +262,7 @@ sub calc_recur { my $reason = $self->check_chargable( $cdr, '411_rewrite' => $da_rewrite, - 'option_cache' => %opt_cache, + 'option_cache' => \%opt_cache, ); if ( $reason ) { |