Skip to content

Commit

Permalink
Merge pull request #1 from outeredge/prevent-issue-when-msi
Browse files Browse the repository at this point in the history
Fix to prevent issue when MSI is enabled
  • Loading branch information
davidwindell authored Jul 30, 2021
2 parents 422c98b + 79c476b commit 5b3e354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Controller/Adminhtml/Order/MassOrderShip.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function execute()

try {
// Save created shipment and order
$shipment->getExtensionAttributes()->setSourceCode('default');
$shipment->save();
$shipment->getOrder()->save();

Expand Down

0 comments on commit 5b3e354

Please sign in to comment.