Skip to content

Commit 2daec13

Browse files
MC-36717: SQLSTATE[42S02]: Base table or view not found while placing order
1 parent c8f0f10 commit 2daec13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/Order.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,7 @@ public function getStoreGroupName()
20792079
{
20802080
$storeId = $this->getStoreId();
20812081
if ($storeId === null) {
2082-
return $this->getStoreName(1);
2082+
return $this->getStoreName();
20832083
}
20842084
return $this->getStore()->getGroup()->getName();
20852085
}

0 commit comments

Comments
 (0)