Merge pull request #5256 from dacook/5190-fix-order-sorting

Fix sorting of orders list
This commit is contained in:
Luis Ramos
2020-04-26 14:24:00 +01:00
committed by GitHub
3 changed files with 11 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ angular.module("admin.orders").controller "ordersCtrl", ($scope, $timeout, Reque
return unless sort && sort.predicate != ""
$scope.sorting = sort.getSortingExpr()
$scope.fetchProducts()
$scope.fetchResults()
, true
$scope.capturePayment = (order) ->