Skip to content

Commit

Permalink
Redirect to grid if shipment doesn't exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiatng authored Nov 8, 2022
1 parent efe5442 commit 9672dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function viewAction()
$this->_setActiveMenu('sales/order')
->renderLayout();
} else {
$this->_forward('noRoute');
$this->_redirect('*/*/');
}
}

Expand Down

0 comments on commit 9672dde

Please sign in to comment.