summaryrefslogtreecommitdiff
path: root/FS/FS/svc_external.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/svc_external.pm')
-rw-r--r--FS/FS/svc_external.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/svc_external.pm b/FS/FS/svc_external.pm
index f4911aa..45b4ef9 100644
--- a/FS/FS/svc_external.pm
+++ b/FS/FS/svc_external.pm
@@ -85,7 +85,8 @@ sub label {
sprintf('%010d', $self->id). '-'.
substr('0000000000'.uc($self->title), -10);
} else {
- $self->SUPER::label;
+ #$self->SUPER::label;
+ $self->id. ' - '. $self->title;
}
}