Skip to content

Commit

Permalink
FIX #5660
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 2, 2016
1 parent 78b2e9e commit e197435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/webservices/server_order.php
Expand Up @@ -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
Expand Down

0 comments on commit e197435

Please sign in to comment.