Skip to content

Commit d867bda

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-64547: Bundle Products - The options you selected are not available
1 parent e401da6 commit d867bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Model/FixtureGenerator/BundleProductGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ private function generateSequenceId($tableName)
224224

225225
$this->sequenceValues[$tableName] = $connection->fetchOne(
226226
$connection->select()->from(
227-
$connection->getTableName($tableName),
227+
$this->resource->getTableName($tableName),
228228
'MAX(`sequence_value`)'
229229
)
230230
);

0 commit comments

Comments
 (0)