Commit bbd5da42 by NGO THI HONG

#Fix bug sort New report list

parent 5c63b92d
......@@ -135,7 +135,7 @@ CHK_pu.sortNewReportList = function(operationList) {
return operationList;
}
CHK_pu.createNewReportList = function(operationListOld, isSearched = false) {
var operationList = CHK_pu.sortContinousWorkList(operationListOld);
var operationList = CHK_pu.sortNewReportList(operationListOld);
$("#newReport-list").empty();
CHK_pu.countNewReportList = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment