diff options
| author | Mark Wells <mark@freeside.biz> | 2013-02-26 21:23:53 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-02-26 21:23:53 -0800 |
| commit | fa4b2ce55c394cfcfa4a09b85ef63536f7e07a39 (patch) | |
| tree | bae69baaf2ed1ab55683410a1a8c86ebde1ed740 | |
| parent | 7f6ec803e44fd8152ae446f7c1341bce9bde3d6f (diff) | |
typo
| -rwxr-xr-x | FS/FS/svc_broadband.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm index 2008dbaf9..cc30e1613 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; |
