[-] Classes : fixed bug #PSCFV-2681 - issue with updating of current_state column on order table

This commit is contained in:
aFolletete
2012-06-06 15:00:52 +00:00
parent a30b76b6e4
commit c007633de8
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;
}
/**