fix case history bug
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user