From d29246235612a059d83f7f83bb3d087c4623c4b7 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 17 Nov 2013 21:54:35 -0800 Subject: [PATCH] svc_cable label, RT#26013 --- FS/FS/svc_cable.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/svc_cable.pm b/FS/FS/svc_cable.pm index 726e6c370..ce2bb7cf3 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); } -- 2.11.0