Skip to content

Commit

Permalink
ENGCOM-3560: fixed Negative order amount in dashboard - #18754 #19372
Browse files Browse the repository at this point in the history
 - Merge Pull Request #19372 from niravkrish/magento2:patch-18754
 - Merged commits:
   1. c4f9a02
   2. 6ad2344
  • Loading branch information
magento-engcom-team committed Dec 11, 2018
2 parents 7b983b5 + 6ad2344 commit 2604035
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

namespace Magento\Reports\Model\ResourceModel\Order;

use Magento\Framework\DB\Select;
Expand Down Expand Up @@ -81,7 +80,7 @@ class Collection extends \Magento\Sales\Model\ResourceModel\Order\Collection
* @param \Magento\Framework\Stdlib\DateTime\TimezoneInterface $localeDate
* @param \Magento\Sales\Model\Order\Config $orderConfig
* @param \Magento\Sales\Model\ResourceModel\Report\OrderFactory $reportOrderFactory
* @param null $connection
* @param \Magento\Framework\DB\Adapter\AdapterInterface $connection
* @param \Magento\Framework\Model\ResourceModel\Db\AbstractDb $resource
*
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
Expand Down

0 comments on commit 2604035

Please sign in to comment.