Revision a40c356e
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
js/kivi.SalesPurchase.js | ||
---|---|---|
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.
|
Auch abrufbar als: Unified diff
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.