Fixed: Prouct Ledger is fixed

This commit is contained in:
Tanshu 2013-09-28 16:10:28 +05:30
parent d452e2ada9
commit 9c965727df

View File

@ -12,7 +12,7 @@ var ProductLedgerCtrl = ['$scope', '$routeParams', '$location', '$q', 'dateFilte
$scope.info = data;
});
} else {
$location.path('/ProductLedger/' + $scope.info.Product.ProductID).search('StartDate', $scope.info.StartDate).search('FinishDate', $scope.info.FinishDate);
$location.path('/ProductLedger/' + $scope.info.Product.ProductID).search('StartDate', start_date).search('FinishDate', finish_date);
}
};
$scope.downloadTable = function () {