Page 1 of 1

1.2.8 and 1.2.9: Order filter bug

Posted: Mon Jul 20, 2009 9:12 pm
by JNeuhoff
In the admin's customer orders, the filter for the order_id doesn't work.

Proposed bug fix for 1.2.9:

Change file /admin/controller/customer/order.php on line 193 as follows:

old:

Code: Select all

			'filter_order_id' => @$this->request->get['filter_order_id'],
new:

Code: Select all

			'order_id' => @$this->request->get['filter_order_id'],