Kalender Update
* Bugfix beim Kalendertypwechsel
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user