Fix sorting of orders

(wrong copied function call)
This commit is contained in:
David Cook
2020-04-18 15:03:35 +10:00
parent ffceff3f0a
commit a0a361673a

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) ->