From 69bb392df0fc58612d77d8e8467c0e4782782eb5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 2 Sep 2019 17:59:49 +0200 Subject: [PATCH] =?utf8?q?Belege:=20E-Mail-Dialog:=20Sprache=20f=C3=BCr=20?= =?utf8?q?Anhang-=C3=9Cbersetzung=20setzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/io.pl | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.20.1