diff --git a/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/CaseHistory.js b/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/CaseHistory.js index dc19866b..910675df 100644 --- a/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/CaseHistory.js +++ b/ServiceHost/wwwroot/AssetsClient/pages/RollCall/js/CaseHistory.js @@ -351,6 +351,11 @@ function caseHistoryLoadAjax() { if (caseHistoryEmployeeData.dateGr !== null) { + if (caseHistoryEmployeeData.rollCalls.length <= 0) { + hasData = false; + return; + } + $('#dateFaEmployee').show(); var lastPrint = caseHistoryEmployeeData.rollCalls[0];