Revision 3a65820b
Von Waldemar Toews vor fast 11 Jahren hinzugefügt
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
Zahlungseingang: Feld für Kunden/Lieferanten die Umschaltfunktionalität wieder hergestellt.
Behebt #2134