Skip to content
Snippets Groups Projects
Commit e1974351 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

FIX #5660

parent 78b2e9e4
No related branches found
No related tags found
No related merge requests found
......@@ -935,7 +935,7 @@ function updateOrder($authentication,$order)
if (isset($order['billed']))
{
if ($order['billed']) $result=$object->classifyBilled($fuser);
if (! $order['billed']) $result=$object->classifyBilled($fuser);
if (! $order['billed']) $result=$object->classifyUnBilled($fuser);
}
//Retreive all extrafield for object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment