// Add missing parameter
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14634 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -435,7 +435,7 @@ class OrderCore extends ObjectModel
|
||||
*
|
||||
* @return array History entries ordered by date DESC
|
||||
*/
|
||||
public function getHistory($id_lang, $id_order_state = false, $no_hidden = false)
|
||||
public function getHistory($id_lang, $id_order_state = false, $no_hidden = false, $filters = false)
|
||||
{
|
||||
if (!$id_order_state)
|
||||
$id_order_state = 0;
|
||||
|
||||
Reference in New Issue
Block a user