[freeside-commits] branch FREESIDE_2_3_BRANCH updated. fa4b2ce55c394cfcfa4a09b85ef63536f7e07a39

Mark Wells mark at 420.am
Tue Feb 26 23:42:22 PST 2013


The branch, FREESIDE_2_3_BRANCH has been updated
       via  fa4b2ce55c394cfcfa4a09b85ef63536f7e07a39 (commit)
      from  7f6ec803e44fd8152ae446f7c1341bce9bde3d6f (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 fa4b2ce55c394cfcfa4a09b85ef63536f7e07a39
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Feb 26 21:23:53 2013 -0800

    typo

diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm
index 2008dba..cc30e16 100755
--- a/FS/FS/svc_broadband.pm
+++ b/FS/FS/svc_broadband.pm
@@ -310,7 +310,7 @@ Returns the IP address.
 sub label {
   my $self = shift;
   my $label = 'IP:'. ($self->ip_addr || 'Unknown');
-  $label .= '", MAC:'. $self->mac_addr
+  $label .= ', MAC:'. $self->mac_addr
     if $self->mac_addr;
   $label .= ' ('. $self->description. ')'
     if $self->description;

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

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




More information about the freeside-commits mailing list