Zahlungseingang: Feld für Kunden/Lieferanten die Umschaltfunktionalität wieder herges...
authorWaldemar Toews <waldemar.toews@opendynamic.de>
Wed, 8 Jan 2014 10:06:12 +0000 (11:06 +0100)
committerWaldemar Toews <waldemar.toews@opendynamic.de>
Wed, 8 Jan 2014 10:22:02 +0000 (11:22 +0100)
Behebt #2134

bin/mozilla/cp.pl

index 737cb30..c6a6152 100644 (file)
@@ -72,9 +72,8 @@ sub payment {
   # für bugfix 1771 (doppelte Leerzeichen werden nicht 'gepostet')
   $form->{"select$form->{vc}"} = "";
 
-  $form->{selectcustomer} .= "<option value=\"\"></option>\n" if $form->{vc} eq "customer";
-
   if ($form->{"all_$form->{vc}"}) {
+       $form->{"select$form->{vc}"} .= "<option value=\"\"></option>\n";
     # s.o. jb 12.10.2010
     $form->{"$form->{vc}_id"} = $form->{"all_$form->{vc}"}->[0]->{id};
     map { $form->{"select$form->{vc}"} .= "<option value=\"$_->{name}--$_->{id}\">$_->{name}--$_->{id}</option>\n" }