change svc_fiber label back to showing OLT information, #35260
authorMark Wells <mark@freeside.biz>
Fri, 1 Apr 2016 00:06:05 +0000 (17:06 -0700)
committerMark Wells <mark@freeside.biz>
Fri, 1 Apr 2016 00:06:05 +0000 (17:06 -0700)
FS/FS/svc_fiber.pm

index c604943..00b4e0e 100644 (file)
@@ -187,14 +187,15 @@ sub search_sql {
 
 =item label
 
-Returns a description of this fiber service containing the circuit ID
-and the ONT serial number.
+Returns a description of this fiber service containing the ONT serial number
+and the OLT name and port location.
 
 =cut
 
 sub label {
   my $self = shift;
-  $self->ont_serial . ' @ ' . $self->circuit_id;
+  $self->ont_serial . ' @ ' . $self->fiber_olt->description . ' ' .
+  join('-', $self->shelf, $self->card, $self->olt_port);
 }
 
 # nothing special for insert, delete, or replace