From: Jan Büren Date: Fri, 19 Nov 2021 12:06:05 +0000 (+0100) Subject: Standardmäßig nur die alte Version des Belegs zum E-Mail-Versand erlauben X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~265 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6ebb31d0cd9c8b930d68049d2d68ac1d7b4f2545;p=kivitendo-erp.git Standardmäßig nur die alte Version des Belegs zum E-Mail-Versand erlauben --- diff --git a/templates/webpages/common/_send_email_dialog.html b/templates/webpages/common/_send_email_dialog.html index e626c3510..9518395d0 100644 --- a/templates/webpages/common/_send_email_dialog.html +++ b/templates/webpages/common/_send_email_dialog.html @@ -77,8 +77,8 @@ [% SET no_file_label = have_files ? LxERP.t8("Don't include a printout of the record with the email, only selected files") : LxERP.t8("Don't include a printout of the record with the email") ; options = [ - [ "normal", LxERP.t8("Create and send a new printout for this record") ], [ "old_file", LxERP.t8("Send the last printout created for this record") ], + [ "normal", LxERP.t8("Create and send a new printout for this record") ], [ "no_file", no_file_label ], ] ; L.select_tag("email_form.attachment_policy", options, onchange="kivi.SalesPurchase.activate_send_email_actions_regarding_printout()") %]