6 declare(strict_types=1);
30 private $isWebsiteInMultiSourceMode;
44 parent::__construct($context,
$data);
46 $this->isWebsiteInMultiSourceMode = $isWebsiteInMultiSourceMode;
54 parent::_prepareLayout();
56 $order = $this->registry->registry(
'current_order');
58 if ($this->isWebsiteInMultiSourceMode->execute(
$websiteId)) {
59 $this->buttonList->update(
73 public function getSourceSelectionUrl() 76 'inventoryshipping/SourceSelection/index
', 78 'order_id
' => $this->getRequest()->getParam('order_id
')