NENA2 E911 export and batch-oriented exports in general, #14049
[freeside.git] / FS / FS / contact.pm
index 936e821..60c5216 100644 (file)
@@ -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 '';