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 fbc649e commit 10f3ccaCopy full SHA for 10f3cca
app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Orders.php
@@ -160,8 +160,10 @@ protected function _prepareColumns()
160
*/
161
public function getRowUrl($row)
162
{
163
- return $this->getUrl('sales/order/view',
164
- ['order_id' => $row->getId(), 'customer_id' => $this->getRequest()->getParam('id')]);
+ return $this->getUrl(
+ 'sales/order/view',
165
+ ['order_id' => $row->getId(), 'customer_id' => $this->getRequest()->getParam('id')]
166
+ );
167
}
168
169
/**
0 commit comments