Option to ignore old CDRs, RT#81480
[freeside.git] / httemplate / view / svc_circuit.cgi
index 579ef51..500993e 100644 (file)
@@ -59,11 +59,12 @@ my @fields = (
   { field     => 'due_date', type => 'date' },
   'endpoint_ip_addr',
   { field     => 'endpoint_mac_addr', type => 'mac_addr' },
+  'internal_circuit_id',
 );
 
 
 my %labels = (
-  circuit_id          => 'Circuit ID',
+  circuit_id          => 'Provider Circuit ID',
   providernum         => 'Provider',
   typenum             => 'Circuit type',
   termnum             => 'Termination',
@@ -75,6 +76,7 @@ my %labels = (
   due_date            => 'Due date',
   endpoint_ip_addr    => 'Endpoint IP address',
   endpoint_mac_addr   => 'MAC address',
+  internal_circuit_id => 'Internal Circuit Id',
 );
 
 my $self = $m->request_comp;