Belege: Filtern nach Ansprechpartner
[kivitendo-erp.git] / bin / mozilla / ar.pl
index 64efbc7..a7a93de 100644 (file)
@@ -957,6 +957,9 @@ sub ar_transactions {
   if ($form->{customer}) {
     push @options, $locale->text('Customer') . " : $form->{customer}";
   }
+  if ($form->{cp_name}) {
+    push @options, $locale->text('Contact Person') . " : $form->{cp_name}";
+  }
   if ($form->{department}) {
     my ($department) = split /--/, $form->{department};
     push @options, $locale->text('Department') . " : $department";