We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80469a6 commit 2bee366Copy full SHA for 2bee366
app/code/Magento/CheckoutAgreements/Model/ResourceModel/Agreement/Grid/Collection.php
@@ -64,7 +64,7 @@ private function getStoresForAgreements()
64
65
if (!empty($agreementId)) {
66
$select = $this->getConnection()->select()->from(
67
- ['agreement_store' => 'checkout_agreement_store']
+ ['agreement_store' => $this->getResource()->getTable('checkout_agreement_store')]
68
)->where(
69
'agreement_store.agreement_id IN (?)',
70
$agreementId
0 commit comments