adding a basic change history using history tables, RT#1005, RT#4357
[freeside.git] / FS / FS / svc_external.pm
index 0fb391f..aca7c1b 100644 (file)
@@ -95,6 +95,7 @@ sub label {
       substr('0000000000'.uc($self->title), -10);
   } else {
     #$self->SUPER::label;
+    return $self->id unless $self->title =~ /\S/;
     $self->id. ' - '. $self->title;
   }
 }