summaryrefslogtreecommitdiff
path: root/FS/FS/svc_Common.pm
diff options
context:
space:
mode:
authorivan <ivan>2009-03-23 17:02:34 +0000
committerivan <ivan>2009-03-23 17:02:34 +0000
commitd9c66521e6a61ce6d30d1fa66a9fc889d5ba9be3 (patch)
tree8c38d9fa93524079b122505b93a41a999aca155f /FS/FS/svc_Common.pm
parente7691c81579d609954f0c55967c9c1c887b76da1 (diff)
add name (svc_acct.finger) to bulk billing detail, RT#3519
Diffstat (limited to 'FS/FS/svc_Common.pm')
-rw-r--r--FS/FS/svc_Common.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm
index 87c2500f3..f8a858196 100644
--- a/FS/FS/svc_Common.pm
+++ b/FS/FS/svc_Common.pm
@@ -150,6 +150,11 @@ sub label {
$self->svcnum;
}
+sub label_long {
+ my $self = shift;
+ $self->label(@_);
+}
+
=item check
Checks the validity of fields in this record.