This commit is contained in:
SamSys
2025-05-14 18:49:55 +03:30

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