Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3a65820b

Von Waldemar Toews vor fast 11 Jahren hinzugefügt

  • ID 3a65820b13e873bb70ad06769b53faa2c6526323
  • Vorgänger 1d56af20
  • Nachfolger c4a38e5b

Zahlungseingang: Feld für Kunden/Lieferanten die Umschaltfunktionalität wieder hergestellt.
Behebt #2134

Unterschiede anzeigen:

bin/mozilla/cp.pl
72 72
  # für bugfix 1771 (doppelte Leerzeichen werden nicht 'gepostet')
73 73
  $form->{"select$form->{vc}"} = "";
74 74

  
75
  $form->{selectcustomer} .= "<option value=\"\"></option>\n" if $form->{vc} eq "customer";
76

  
77 75
  if ($form->{"all_$form->{vc}"}) {
76
	$form->{"select$form->{vc}"} .= "<option value=\"\"></option>\n";
78 77
    # s.o. jb 12.10.2010
79 78
    $form->{"$form->{vc}_id"} = $form->{"all_$form->{vc}"}->[0]->{id};
80 79
    map { $form->{"select$form->{vc}"} .= "<option value=\"$_->{name}--$_->{id}\">$_->{name}--$_->{id}</option>\n" }

Auch abrufbar als: Unified diff