Revision c4a38e5b
Von Waldemar Toews vor fast 11 Jahren hinzugefügt
bin/mozilla/cp.pl | ||
---|---|---|
137 | 137 |
|
138 | 138 |
# sometimes it happens that values in customer arrive without the signs '--' |
139 | 139 |
# but in order to select the right option field we need values with '--' |
140 |
if ($form->{vc} eq "customer"){ |
|
140 |
if ($form->{vc} eq "customer" && $form->{"all_$form->{vc}"}){
|
|
141 | 141 |
my ($customername) = split /--/, $form->{ $form->{vc} }; |
142 | 142 |
$form->{ $form->{vc} } = $customername . "--" . $form->{customer_id}; |
143 | 143 |
} |
Auch abrufbar als: Unified diff
Zahlungseingang: Im Eingabe Feld für Kunden die "--" unterdrücken.