// Fixed bug #PSCFV-3857
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17256 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -382,7 +382,7 @@ class AdminHomeControllerCore extends AdminController
|
||||
'.Shop::addSqlRestriction(Shop::SHARE_ORDER).'
|
||||
');
|
||||
foreach ($result as $row)
|
||||
$chart->getCurve(1)->setPoint(strtotime($row['invoice_date'].' 14:00:00'), $row['total_converted']);
|
||||
$chart->getCurve(1)->setPoint(strtotime($row['invoice_date'].' 02:00:00'), $row['total_converted']);
|
||||
$chart->setSize(580, 170);
|
||||
$chart->setTimeMode(strtotime('-7 DAYS', time()), time(), 'd');
|
||||
$currency = Tools::setCurrency($this->context->cookie);
|
||||
|
||||
Reference in New Issue
Block a user