summaryrefslogtreecommitdiff
path: root/FS/FS/svc_cable.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-11-17 21:54:32 -0800
committerIvan Kohler <ivan@freeside.biz>2013-11-17 21:54:32 -0800
commitc3d33450dd1d457bc8b8c008fe17ffc9128201b1 (patch)
tree5a1fd5e1c67f07fbe62baac261eff137ae4bf458 /FS/FS/svc_cable.pm
parentc2c351d0bf1e8c930290510c0ffcf3d455dad871 (diff)
svc_cable label, RT#26013
Diffstat (limited to 'FS/FS/svc_cable.pm')
-rw-r--r--FS/FS/svc_cable.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_cable.pm b/FS/FS/svc_cable.pm
index 4b42393..5d28113 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);
}