Skip to content

Commit 9c6616b

Browse files
committed
MAGETWO-40131: Mass action order
1 parent 6876182 commit 9c6616b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/code/Magento/Sales/Model/Resource/AbstractGrid.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ protected function getConnection()
5757
return $this->connection;
5858
}
5959

60+
/**
61+
* Returns grid table name
62+
*
63+
* @return string
64+
*/
65+
public function getGridTable()
66+
{
67+
return $this->getTable($this->gridTableName);
68+
}
6069
/**
6170
* Purge grid row
6271
*

0 commit comments

Comments
 (0)