From: Bernd Bleßmann Date: Mon, 6 Dec 2021 11:55:06 +0000 (+0100) Subject: E-Mail-Dialog: Druck-Optionen auch für Policy "letzten Ausdruck mitschicken", … X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~253 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a40c356e3f574dbd0400aa3477d9da45ca1b1fdf;p=kivitendo-erp.git E-Mail-Dialog: Druck-Optionen auch für Policy "letzten Ausdruck mitschicken", … … da diese Option nun auch den ersten Ausdruck erzeugen kann, falls noch keiner vorhanden ist. --- diff --git a/js/kivi.SalesPurchase.js b/js/kivi.SalesPurchase.js index 98a538c19..e8a1ba241 100644 --- a/js/kivi.SalesPurchase.js +++ b/js/kivi.SalesPurchase.js @@ -313,7 +313,7 @@ namespace('kivi.SalesPurchase', function(ns) { this.activate_send_email_actions_regarding_printout = function() { var selected = $('#email_form_attachment_policy').val(); $('#email_form_attachment_filename').parents('tr')[selected !== 'no_file' ? 'show' : 'hide'](); - $('#email_form_print_options')[selected === 'normal' ? 'show' : 'hide'](); + $('#email_form_print_options')[selected !== 'no_file' ? 'show' : 'hide'](); }; // Printing records.