[freeside-commits] branch master updated. c3d33450dd1d457bc8b8c008fe17ffc9128201b1

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


The branch, master has been updated
       via  c3d33450dd1d457bc8b8c008fe17ffc9128201b1 (commit)
      from  c2c351d0bf1e8c930290510c0ffcf3d455dad871 (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 c3d33450dd1d457bc8b8c008fe17ffc9128201b1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Nov 17 21:54:32 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