Skip to content

Commit

Permalink
uprava zobrazeni nadchazejicich akci pro partnera na dashboardu
Browse files Browse the repository at this point in the history
  • Loading branch information
Dukecz committed Apr 22, 2015
1 parent 9794b4c commit 64d599c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function mainAction()
'registrations_count' => $userRepository->countBetweenDates(new \DateTime('1 month ago'), new \DateTime()),
'sales' => $orderRepository->revenueBetweenDates(new \DateTime('1 month ago'), new \DateTime()),
'sales_confirmed' => $orderRepository->revenueBetweenDates(new \DateTime('1 month ago'), new \DateTime(), OrderInterface::STATE_CONFIRMED),
'products' => $productRepository->findLatest(5),
'products' => $productRepository->findUpcomingEvents(),
));
}
}

0 comments on commit 64d599c

Please sign in to comment.