diff options
| author | ivan <ivan> | 2009-03-23 17:03:03 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-03-23 17:03:03 +0000 |
| commit | 12af08e945ac5c1f593d2bf9cf2d6df09f35228c (patch) | |
| tree | 893f99dadc2dcb533fd0724a0885f2c80decd804 /FS/FS/svc_Common.pm | |
| parent | 8089deb0915306ba481def7118deb27fe51735ab (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.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index da1cfe135..869ab5831 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. |
