Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 4.0

Conflicts:
	htdocs/product/price.php
This commit is contained in:
Laurent Destailleur 2016-09-02 22:37:01 +02:00
commit acdce83f9c
3 changed files with 3 additions and 3 deletions

View File

@ -660,7 +660,7 @@ function updateContact($authentication,$contact)
$object->civility_id=$contact['civility_id']; $object->civility_id=$contact['civility_id'];
$object->poste=$contact['poste']; $object->poste=$contact['poste'];
$object->statut=$contact['statut']; $object->statut=$contact['status'];
//Retreive all extrafield for contact //Retreive all extrafield for contact

View File

@ -935,7 +935,7 @@ function updateOrder($authentication,$order)
if (isset($order['billed'])) if (isset($order['billed']))
{ {
if ($order['billed']) $result=$object->classifyBilled($fuser); 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 //Retreive all extrafield for object