summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xFS/FS/svc_broadband.pm2
1 files changed, 1 insertions, 1 deletions
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;