fix case history bug

This commit is contained in:
MahanCh
2025-05-14 18:36:46 +03:30
parent 75da32167e
commit 3c73a277ce

View File

@@ -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];