Standardmäßig nur die alte Version des Belegs zum E-Mail-Versand erlauben
authorJan Büren <jan@kivitendo.de>
Fri, 19 Nov 2021 12:06:05 +0000 (13:06 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 20 Dec 2021 10:21:59 +0000 (11:21 +0100)
templates/webpages/common/_send_email_dialog.html

index e626c35..9518395 100644 (file)
@@ -77,8 +77,8 @@
    <td>
     [% 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()") %]