GX-Bug #44334 » OrdersAveragePriceDashboardFix.patch
| src/GXEngine/Classes/CoreServices/Statistics/StatisticsService.inc.php (revision ) | ||
|---|---|---|
| 1683 | 1683 |
*/ |
| 1684 | 1684 |
public function getAverageOrderValueToday() |
| 1685 | 1685 |
{
|
| 1686 |
return $this->_getAverageOrderValue($this->_getSalesToday(), $this->getOrdersCountToday());
|
|
| 1686 |
return $this->_getAverageOrderValue($this->getSalesStatisticsDataLastWeek(), $this->getOrdersCountToday());
|
|
| 1687 | 1687 |
} |
| 1688 | 1688 |
|
| 1689 | 1689 |
|