X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcontact.pm;h=60c521612e72091f7e017c9cb0f418de7f1b5246;hb=7943c96636596806b9fc99195c23b166728280c8;hp=936e82132451c19683f5f2ad1a87b9d20fc8d4c9;hpb=b32b0020cc9b2323ca2a34ad35b642e343e73f2b;p=freeside.git diff --git a/FS/FS/contact.pm b/FS/FS/contact.pm index 936e82132..60c521612 100644 --- a/FS/FS/contact.pm +++ b/FS/FS/contact.pm @@ -466,6 +466,11 @@ sub line { $data; } +sub firstlast { + my $self = shift; + $self->first . ' ' . $self->last; +} + sub contact_classname { my $self = shift; my $contact_class = $self->contact_class or return '';