summaryrefslogtreecommitdiff
path: root/FS/FS/svc_Common.pm
diff options
context:
space:
mode:
authorivan <ivan>2009-03-23 17:03:03 +0000
committerivan <ivan>2009-03-23 17:03:03 +0000
commit12af08e945ac5c1f593d2bf9cf2d6df09f35228c (patch)
tree893f99dadc2dcb533fd0724a0885f2c80decd804 /FS/FS/svc_Common.pm
parent8089deb0915306ba481def7118deb27fe51735ab (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 da1cfe1..869ab58 100644
--- a/FS/FS/svc_Common.pm
+++ b/FS/FS/svc_Common.pm
@@ -151,6 +151,11 @@ sub label {
$self->svcnum;
}
+sub label_long {
+ my $self = shift;
+ $self->label(@_);
+}
+
=item check
Checks the validity of fields in this record.