【发布时间】:2021-12-28 11:17:31
【问题描述】:
Error: Call to a member function getStoreId() on null in /Users/mac14/Sites/cleanlinesurf-upgrade/app/code/Fooman/PdfCustomiser/Block/AbstractSalesDocument.php:180
我在管理端的销售>订单中的操作下拉列表中打印发票时收到此错误。代码如下:
$storeId = $this->getSalesObject()->getStoreId();
if ($storeId === null) {
$store = $this->_storeManager->getDefaultStoreView();
$storeId = $store->getId();
}
return $storeId;
【问题讨论】: