caseHistory change

This commit is contained in:
SamSys
2025-01-17 00:35:56 +03:30
parent ac811c93bd
commit 69b367b737

View File

@@ -146,6 +146,8 @@ $(document).ready(function () {
$('.btn-search-click').click(function () {
$('#sumTimeWork').hide();
//if ($('#StartDate').val().trim() !=='' && validDate === false) {
if ($('#StartDate').val().trim() !== '' && $('#StartDate').val().length < 10) {