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 c8ba4ab commit e8a4ae4Copy full SHA for e8a4ae4
app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Save.php
@@ -167,7 +167,8 @@ public function execute()
167
168
$this->_saveShipment($shipment);
169
170
- if (!empty($data['send_email']) && $this->salesData->canSendNewShipmentEmail()) {
+ if (!empty($data['send_email'])
171
+ && $this->salesData->canSendNewShipmentEmail($shipment->getOrder()->getStoreId())) {
172
$this->shipmentSender->send($shipment);
173
}
174
0 commit comments