Merge branch 'spidev' into 'master'

Kalender Update

See merge request fronk/thetool!1038
This commit is contained in:
Daniel Spitzer
2025-02-18 18:22:57 +00:00

View File

@@ -1864,7 +1864,10 @@ $(document).ready(function () {
$('#customer-info-type-text').val(data.mobilenumber);
}
}
if ($("#customer").select2('data')[0].spin) {
if ($("#customer").select2('data')[0].spin) {// ID deines Editors
var currentContent = tinymce.activeEditor.getContent();
tinymce.activeEditor.setContent(currentContent + '<p style="margin-bottom: 0"><b>Service Pin: </b>' + $("#customer").select2('data')[0].spin + '</p>');
$('#description').val('Service Pin: ' + $("#customer").select2('data')[0].spin + '\n');
}