Kalender Update

* Bugfix beim Kalendertypwechsel
This commit is contained in:
Daniel Spitzer
2025-01-27 10:15:15 +01:00
parent 6917b1dce6
commit dc1965ea0a

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();