From 69b367b7372eb81cfc3ecb4f20dba0903a75c435 Mon Sep 17 00:00:00 2001 From: SamSys Date: Fri, 17 Jan 2025 00:35:56 +0330 Subject: [PATCH] caseHistory change --- .../wwwroot/AssetsClient/pages/RollCall/js/CaseHistory.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/CaseHistory.js b/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/CaseHistory.js index 7ff4ee20..987db53e 100644 --- a/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/CaseHistory.js +++ b/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/CaseHistory.js @@ -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) {