]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ct.pl
Im Vertretermodus auch ungültige Vertreter in Vertreterauswahl anzeigen
[mfinanz.git] / bin / mozilla / ct.pl
index 274ae4a6d37094d4d3d5bfcc04b472fe58a49cd5..b6526b933747355e1213a1b7f5b7779b66cd9eb0 100644 (file)
@@ -289,7 +289,7 @@ sub form_header {
                    taxzones  => "ALL_TAXZONES");
   $form->get_pricegroup(\%myconfig, { all => 1 });
 
-  $form->get_lists(customers => { key => "ALL_SALESMAN_CUSTOMERS", business_is_salesman => 1 }) if $::vertreter;
+  $form->get_lists(customers => { key => "ALL_SALESMAN_CUSTOMERS", business_is_salesman => 1, with_obsolete => 1 }) if $::vertreter;
 
   $form->{ALL_SALESMEN}   = $form->{ALL_EMPLOYEES};
   $form->{taxincluded}    = ($form->{taxincluded}) ? "checked" : "";