Skip to content

Commit

Permalink
fixed regression on the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Mar 30, 2023
1 parent 012bf70 commit e609ed3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/code/core/Mage/Adminhtml/Model/Search/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ public function load()
['attribute' => 'billing_firstname', 'like' => $query . '%'],
['attribute' => 'billing_lastname', 'like' => $query . '%'],
['attribute' => 'billing_telephone', 'like' => $query . '%'],
['attribute' => 'billing_postcode', 'like' => $query . '%'],
['attribute' => 'shipping_firstname', 'like' => $query . '%'],
['attribute' => 'shipping_lastname', 'like' => $query . '%'],
['attribute' => 'shipping_telephone', 'like' => $query . '%'],
['attribute' => 'shipping_postcode', 'like' => $query . '%'],
])
->setCurPage($this->getStart())
->setPageSize($this->getLimit())
Expand Down

0 comments on commit e609ed3

Please sign in to comment.