[-] Classes : fixed bug #PSCFV-2681 - issue with updating of current_state column on order table
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