Commit 592c1231 by NGUYEN HOANG SON

Merge commit 'bbd5da42' into feature/1.4.3_dev

parents 29008935 bbd5da42
......@@ -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