From: Ivan Kohler Date: Mon, 18 Nov 2013 05:54:35 +0000 (-0800) Subject: svc_cable label, RT#26013 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d29246235612a059d83f7f83bb3d087c4623c4b7 svc_cable label, RT#26013 --- 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); }