From: ivan Date: Tue, 13 Jan 2009 02:13:32 +0000 (+0000) Subject: WORKING avoid looking up options inside the rating loop, RT#4502 X-Git-Tag: root_of_webpay_support~136 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f993ef78b6a3a9ca99b0bc2721e3407c63fcd6f0 WORKING avoid looking up options inside the rating loop, RT#4502 --- 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 ) {