// 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:
dMetzger
2012-09-10 08:58:34 +00:00
parent d23d99ccb8
commit fd12b63428
+1 -1
View File
@@ -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);