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