[freeside-commits] branch FREESIDE_4_BRANCH updated. 0a673ebb08fa350a04529f7ab76b855736536ca2

Mark Wells mark at 420.am
Thu Mar 31 17:06:52 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  0a673ebb08fa350a04529f7ab76b855736536ca2 (commit)
      from  77c3202f902126afe13a7fe6543d0e88d7f4deea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0a673ebb08fa350a04529f7ab76b855736536ca2
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Mar 31 17:06:05 2016 -0700

    change svc_fiber label back to showing OLT information, #35260

diff --git a/FS/FS/svc_fiber.pm b/FS/FS/svc_fiber.pm
index c604943..00b4e0e 100644
--- a/FS/FS/svc_fiber.pm
+++ b/FS/FS/svc_fiber.pm
@@ -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

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/svc_fiber.pm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list