Skip to content

Commit 060cbba

Browse files
committed
MAGETWO-91521: Reports / Sales / Tax report show incorrect amount
- Statics fix
1 parent 2b6dd1d commit 060cbba

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

app/code/Magento/Reports/Block/Adminhtml/Sales/Tax/Grid.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ public function __construct(
5353
}
5454

5555
/**
56-
* {@inheritdoc}
56+
* @inheritdoc
57+
*
5758
* @codeCoverageIgnore
5859
*/
5960
protected function _construct()
@@ -64,7 +65,7 @@ protected function _construct()
6465
}
6566

6667
/**
67-
* {@inheritdoc}
68+
* @inheritdoc
6869
*/
6970
public function getResourceCollectionName()
7071
{
@@ -74,7 +75,7 @@ public function getResourceCollectionName()
7475
}
7576

7677
/**
77-
* {@inheritdoc}
78+
* @inheritdoc
7879
*/
7980
protected function _prepareColumns()
8081
{

app/code/Magento/Tax/Model/ResourceModel/Report/Tax/Createdat.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
*/
1212
namespace Magento\Tax\Model\ResourceModel\Report\Tax;
1313

14+
/**
15+
* Class for tax report resource model with aggregation by created at
16+
*/
1417
class Createdat extends \Magento\Reports\Model\ResourceModel\Report\AbstractReport
1518
{
1619
/**

0 commit comments

Comments
 (0)