[freeside-commits] branch FREESIDE_2_3_BRANCH updated. d29246235612a059d83f7f83bb3d087c4623c4b7
Ivan
ivan at 420.am
Sun Nov 17 21:54:36 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via d29246235612a059d83f7f83bb3d087c4623c4b7 (commit)
from 311711639b41a5b307243d99c1aefceadcc97548 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d29246235612a059d83f7f83bb3d087c4623c4b7
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Nov 17 21:54:35 2013 -0800
svc_cable label, RT#26013
diff --git a/FS/FS/svc_cable.pm b/FS/FS/svc_cable.pm
index 726e6c3..ce2bb7c 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);
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/svc_cable.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list