qualification search improvements, RT#7111
[freeside.git] / FS / FS / prospect_main.pm
index bace1f0..78e865a 100644 (file)
@@ -210,6 +210,15 @@ sub check {
   $self->SUPER::check;
 }
 
+=item name
+
+=cut
+
+sub name {
+  my $self = shift;
+  $self->company; #at least until this is nullable
+}
+
 =item contact
 
 Returns the contacts (see L<FS::contact>) associated with this prospect.