diff options
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 3006d6f34..6d76f8bf7 100644 --- a/FS/FS/part_pkg/voip_cdr.pm +++ b/FS/FS/part_pkg/voip_cdr.pm @@ -282,6 +282,7 @@ sub calc_recur { @intl = split(/\s*,\s*/, $intl); } else { @intl = ($intl); + } #determine the country code my $countrycode; |