[freeside-commits] branch master updated. 0babd0e62f87f5c36535b30c40002c5c1abff7ea

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


The branch, master has been updated
       via  0babd0e62f87f5c36535b30c40002c5c1abff7ea (commit)
      from  9e0c782a41292cac8d06f0a3b3ef54b7dc5f5a27 (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 0babd0e62f87f5c36535b30c40002c5c1abff7ea
Author: Mark Wells <mark at freeside.biz>
Date:   Tue Feb 26 23:42:03 2013 -0800

    typo

diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm
index 869d9a5..caef662 100755
--- a/FS/FS/svc_broadband.pm
+++ b/FS/FS/svc_broadband.pm
@@ -314,7 +314,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