Revision a9641767
Von Bernd Bleßmann vor 12 Monaten hinzugefügt
js/kivi.CustomerVendor.js | ||
---|---|---|
544 | 544 |
return true; |
545 | 545 |
}; |
546 | 546 |
|
547 |
this.contacts_update_email_fields = function() { |
|
548 |
$('.update_email').each(function(idx, elt) { |
|
549 |
let $link = $('#' + $(elt).attr('id') + '_link'); |
|
550 |
if ($(elt).val() !== '') { |
|
551 |
$link.attr('href', 'mailto:' + $(elt).val()); |
|
552 |
$link.show(); |
|
553 |
} else { |
|
554 |
$link.hide(); |
|
555 |
} |
|
556 |
}); |
|
557 |
}; |
|
558 |
|
|
547 | 559 |
this.open_customervendor_tab = function(id_selector, cv_type) { |
548 | 560 |
const input_element_id = `${id_selector}_name`; |
549 | 561 |
const cv_id = $(id_selector).val(); |
Auch abrufbar als: Unified diff
Kunden-/Lieferantenstamm: Ansprechpersonen: E-Mail-Felder mit input_mail_tag