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 85775b6 commit 8298ea8Copy full SHA for 8298ea8
app/code/Magento/Reports/Model/Resource/Quote/Collection.php
@@ -176,7 +176,7 @@ protected function getCustomerNames($select)
176
public function addCustomerData($filter = null)
177
{
178
$customersSelect = $this->customerResource->getReadConnection()->select();
179
- $customersSelect->from(['customer' => 'customer_entity'], 'entity_id');
+ $customersSelect->from(['customer' => $this->getTable('customer_entity')], 'entity_id');
180
if (isset($filter['customer_name'])) {
181
$customersSelect = $this->getCustomerNames($customersSelect);
182
$customerName = $customersSelect->getAdapter()->getConcatSql(['cust_fname.value', 'cust_lname.value'], ' ');
0 commit comments