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