Skip to content

Commit 2919ffc

Browse files
committed
ACP2E-56 : [On Prem] Magento invoice order date filter not working
1 parent 10abf46 commit 2919ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Grid/CollectionFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct(
5151
/**
5252
* @inheritdoc
5353
*/
54-
protected function _initSelect()
54+
public function _initSelect()
5555
{
5656
parent::_initSelect();
5757

0 commit comments

Comments
 (0)