From: Bernd Bleßmann Date: Mon, 2 Sep 2019 15:59:49 +0000 (+0200) Subject: Belege: E-Mail-Dialog: Sprache für Anhang-Übersetzung setzen X-Git-Tag: release-3.5.6.1~495 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=69bb392df0fc58612d77d8e8467c0e4782782eb5;p=kivitendo-erp.git Belege: E-Mail-Dialog: Sprache für Anhang-Übersetzung setzen --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 1c8145c5b..4562af087 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -2050,6 +2050,9 @@ sub show_sales_purchase_email_dialog { $email = '' if $::form->{type} eq 'purchase_delivery_order'; + $::form->{language} = $::form->get_template_language(\%::myconfig); + $::form->{language} = "_" . $::form->{language}; + my $email_form = { to => $email, cc => $email_cc,