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 11610d5 commit 9a49052Copy full SHA for 9a49052
app/code/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Save.php
@@ -167,6 +167,7 @@ public function execute()
167
168
$this->_saveShipment($shipment);
169
170
+ // Pass the specific store ID from the order to check if shipment emails are enabled for that store
171
if (!empty($data['send_email'])
172
&& $this->salesData->canSendNewShipmentEmail($shipment->getOrder()->getStoreId())) {
173
$this->shipmentSender->send($shipment);
0 commit comments