File tree Expand file tree Collapse file tree 2 files changed +0
-33
lines changed
app/code/Magento/Sales/Model/ResourceModel/Order Expand file tree Collapse file tree 2 files changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -44,24 +44,6 @@ public function __construct(
44
44
$ this ->timeZone = $ timeZone ;
45
45
}
46
46
47
- /**
48
- * @inheritdoc
49
- */
50
- public function _initSelect ()
51
- {
52
- parent ::_initSelect ();
53
-
54
- $ tableDescription = $ this ->getConnection ()->describeTable ($ this ->getMainTable ());
55
-
56
- if ($ tableDescription ) {
57
- foreach ($ tableDescription as $ columnInfo ) {
58
- $ this ->addFilterToMap ($ columnInfo ['COLUMN_NAME ' ], 'main_table. ' . $ columnInfo ['COLUMN_NAME ' ]);
59
- }
60
- }
61
-
62
- return $ this ;
63
- }
64
-
65
47
/**
66
48
* @inheritDoc
67
49
*/
Original file line number Diff line number Diff line change @@ -48,21 +48,6 @@ public function __construct(
48
48
$ this ->timeZone = $ timeZone ?: ObjectManager::getInstance ()->get (TimezoneInterface::class);
49
49
}
50
50
51
- /**
52
- * @inheritdoc
53
- */
54
- public function _initSelect ()
55
- {
56
- parent ::_initSelect ();
57
-
58
- $ tableDescription = $ this ->getConnection ()->describeTable ($ this ->getMainTable ());
59
- foreach ($ tableDescription as $ columnInfo ) {
60
- $ this ->addFilterToMap ($ columnInfo ['COLUMN_NAME ' ], 'main_table. ' .$ columnInfo ['COLUMN_NAME ' ]);
61
- }
62
-
63
- return $ this ;
64
- }
65
-
66
51
/**
67
52
* @inheritDoc
68
53
*/
You can’t perform that action at this time.
0 commit comments