[-] Classes : fixed bug #PSCFV-2681 - issue with updating of current_state column on order table
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15880 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -781,8 +781,7 @@ class OrderCore extends ObjectModel
|
||||
$order_state = $this->getCurrentOrderState();
|
||||
if ($order_state && $order_state->paid && $order_state->shipped)
|
||||
return true;
|
||||
else
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user