[-] 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:
aFolletete
2012-06-06 15:00:52 +00:00
parent 17e509c84e
commit b373f434ac
3 changed files with 7 additions and 8 deletions
+1 -2
View File
@@ -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;
}
/**