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.
2 parents f33c460 + 5017e70 commit 66b1b5dCopy full SHA for 66b1b5d
app/code/Magento/CheckoutAgreements/Model/ResourceModel/Agreement/Grid/Collection.php
@@ -63,7 +63,7 @@ private function getStoresForAgreements()
63
64
if (!empty($agreementId)) {
65
$select = $this->getConnection()->select()->from(
66
- ['agreement_store' => 'checkout_agreement_store']
+ ['agreement_store' => $this->getResource()->getTable('checkout_agreement_store')]
67
)->where(
68
'agreement_store.agreement_id IN (?)',
69
$agreementId
0 commit comments