|
|
@@ -375,8 +375,12 @@ define(['app/app'], function(app) {
|
|
|
var currencyStr = "currencyName=" + $scope.currency;
|
|
|
strArray.push(currencyStr);
|
|
|
}
|
|
|
- if ($scope.paytype && $scope.paytype != 'ALL'){
|
|
|
- var typeStr = "method=" + $scope.paytype;
|
|
|
+ // if ($scope.paytype && $scope.paytype != 'ALL'){
|
|
|
+ // var typeStr = "method=" + $scope.paytype;
|
|
|
+ // strArray.push(typeStr);
|
|
|
+ // }
|
|
|
+ if ($scope.remitteeType && $scope.remitteeType !== 'ALL') {
|
|
|
+ var typeStr = 'remitteeType=' + $scope.remitteeType;
|
|
|
strArray.push(typeStr);
|
|
|
}
|
|
|
if ($scope.startDate){
|