[freeside-commits] branch FREESIDE_3_BRANCH updated. dc94d71c66bc1c6fb3211fc553283ce9bb050dbd

Ivan ivan at 420.am
Sun Nov 17 21:54:34 PST 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  dc94d71c66bc1c6fb3211fc553283ce9bb050dbd (commit)
      from  0ef5486a7d1e3909d242d35792845783004a8344 (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 dc94d71c66bc1c6fb3211fc553283ce9bb050dbd
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Nov 17 21:54:33 2013 -0800

    svc_cable label, RT#26013

diff --git a/FS/FS/svc_cable.pm b/FS/FS/svc_cable.pm
index 4b42393..5d28113 100644
--- a/FS/FS/svc_cable.pm
+++ b/FS/FS/svc_cable.pm
@@ -128,7 +128,7 @@ sub label {
   my @label = ();
   push @label, 'MAC:'. $self->mac_addr_pretty
     if $self->mac_addr;
-  push @label, 'Serial#:'. $self->serialnum
+  push @label, 'Serial#'. $self->serialnum
     if $self->serialnum;
   return join(', ', @label);
 }

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

Summary of changes:
 FS/FS/svc_cable.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list