Skip to content

Commit 10f3cca

Browse files
Fixed Static Tests build
1 parent fbc649e commit 10f3cca

File tree

1 file changed

+4
-2
lines changed
  • app/code/Magento/Customer/Block/Adminhtml/Edit/Tab

1 file changed

+4
-2
lines changed

app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Orders.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,10 @@ protected function _prepareColumns()
160160
*/
161161
public function getRowUrl($row)
162162
{
163-
return $this->getUrl('sales/order/view',
164-
['order_id' => $row->getId(), 'customer_id' => $this->getRequest()->getParam('id')]);
163+
return $this->getUrl(
164+
'sales/order/view',
165+
['order_id' => $row->getId(), 'customer_id' => $this->getRequest()->getParam('id')]
166+
);
165167
}
166168

167169
/**

0 commit comments

Comments
 (0)