summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
-rw-r--r--FS/FS/part_pkg/voip_inbound.pm3
2 files changed, 0 insertions, 10 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index b3654b94f..4bc7404b4 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3584,13 +3584,6 @@ and customer address. Include units.',
},
{
- 'key' => 'voip-cust_cdr_spools',
- 'section' => 'deprecated',
- 'description' => 'Deprecated, used to enable the per-customer option for individual CDR spools.',
- 'type' => 'checkbox',
- },
-
- {
'key' => 'voip-cust_cdr_squelch',
'section' => 'telephony_invoicing',
'description' => 'Enable the per-customer option for not printing CDR on invoices.',
diff --git a/FS/FS/part_pkg/voip_inbound.pm b/FS/FS/part_pkg/voip_inbound.pm
index 15af706c1..e9ab1f733 100644
--- a/FS/FS/part_pkg/voip_inbound.pm
+++ b/FS/FS/part_pkg/voip_inbound.pm
@@ -206,9 +206,6 @@ sub calc_usage {
if $self->recur_temporality eq 'preceding'
&& ( $last_bill eq '' || $last_bill == 0 );
- my $spool_cdr = $cust_pkg->cust_main->spool_cdr;
-
-
my $charges = 0;
# my $downstream_cdr = '';