@@ -9844,7 +9844,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
url = url + '&fromDate=' + $scope.fromDate + '&endDate=' + $scope.endDate;
}
if (angular.isDefined($scope.thisMouth)) {
- url = url + '&checkDate=' + $scope.thisMouth;x
+ url = url + '&checkDate=' + $scope.thisMouth;
if (angular.isDefined($scope.receiveName)) {
url = url + '&receiveName=' + $scope.receiveName;