this should fix credits pushing typeset invoices off the right
[freeside.git] / FS / FS / svc_Common.pm
index da1cfe1..869ab58 100644 (file)
@@ -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.