Revision 7dfa6eed
Von Lars Kruse vor fast 14 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1040 | 1040 |
|
1041 | 1041 |
$form->{email} = $form->{shiptoemail} if $form->{shiptoemail} && $form->{formname} =~ /(pick|packing|bin)_list/; |
1042 | 1042 |
|
1043 |
if ($form->{"cp_id"} && !$form->{"email"}) {
|
|
1043 |
if ($form->{"cp_id"}) { |
|
1044 | 1044 |
CT->get_contact(\%myconfig, $form); |
1045 |
$form->{"email"} = $form->{"cp_email"}; |
|
1045 |
$form->{"email"} = $form->{"cp_email"} if $form->{"cp_email"};
|
|
1046 | 1046 |
} |
1047 | 1047 |
|
1048 | 1048 |
my $title = $locale->text('E-mail') . " " . $form->get_formname_translation(); |
Auch abrufbar als: Unified diff
Bug 1506: E-Mail an Ansprechpartner statt Firmenadresse
wenn Ansprechpartner ausgewählt wurde