]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ar.pl
Rechungssuche - Department bei selectbox richtig suchen.
[mfinanz.git] / bin / mozilla / ar.pl
index 35f23d6ddcd884d009a620fe1745c11ab14e5e52..8efd498facf17845c5b29dfe251c07676619e99f 100644 (file)
@@ -1398,6 +1398,9 @@ sub ar_transactions {
     my ($department) = split /--/, $form->{department};
     push @options, $locale->text('Department') . " : $department";
   }
+  if ($form->{department_id}) {
+    push @options, $locale->text('Department Id') . " : $form->{department_id}";
+  }
   if ($form->{invnumber}) {
     push @options, $locale->text('Invoice Number') . " : $form->{invnumber}";
   }