diff options
-rw-r--r-- | FS/FS/svc_cable.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_cable.pm b/FS/FS/svc_cable.pm index 4b4239389..5d281135b 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); } |