Merge branch 'spidev' into 'master'

Kalender Update

See merge request fronk/thetool!950
This commit is contained in:
Daniel Spitzer
2025-01-27 09:16:07 +00:00

View File

@@ -1622,6 +1622,7 @@ $(document).ready(function () {
$('#customer').val('');
if ($(this).val() == "1") {
$('.customer-div').hide();
$('.ticket-div').hide();
} else if ($(this).val() == "2") {
$('.customer-div').show();
$('.ticket-div').hide();