X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fprospect_main.pm;h=78e865a7ebe5bbb81afe54bb12b609f7d6474712;hb=d20a6ac966a4236ed9115dd611739305e5879204;hp=bace1f040d7140e35225c5190673288b42329b1f;hpb=f0f1d277947922b81bcc4d77971a43ed125d72f5;p=freeside.git diff --git a/FS/FS/prospect_main.pm b/FS/FS/prospect_main.pm index bace1f040..78e865a7e 100644 --- a/FS/FS/prospect_main.pm +++ b/FS/FS/prospect_main.pm @@ -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) associated with this prospect.