Skip to content

Commit febed21

Browse files
committed
MAGETWO-29383: Report filter grid working not correctly
- Fixed commend for method
1 parent 5b68693 commit febed21

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Sales/Model/Resource/Report/Invoiced/Collection

1 file changed

+3
-0
lines changed

app/code/Magento/Sales/Model/Resource/Report/Invoiced/Collection/Order.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ protected function _initSelect()
9494
return parent::_initSelect();
9595
}
9696

97+
/**
98+
* @return $this
99+
*/
97100
protected function _beforeLoad()
98101
{
99102
$this->getSelect()->columns($this->_getSelectedColumns());

0 commit comments

Comments
 (0)