Skip to content

Commit b9880a1

Browse files
authored
Merge pull request #31 from motech-implementations/mis_quarter_issue_fix
recent quarter data mismatch issue
2 parents 852201d + b5eae74 commit b9880a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/controllers/reports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@
11751175
else{
11761176
reportRequest.toDate = new Date($scope.dt1.getFullYear(),8,30);
11771177
}
1178-
reportRequest.toDate = new Date($scope.dt1.getFullYear(),8,30);
1178+
// reportRequest.toDate = new Date($scope.dt1.getFullYear(),8,30);
11791179
}
11801180
if($scope.quarterDisplayType == 'Q4 (Oct to Dec)'){
11811181
reportRequest.fromDate = new Date($scope.dt1.getFullYear(),9,1);

0 commit comments

Comments
 (0)