Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 4.0
Conflicts: htdocs/product/price.php
This commit is contained in:
commit
acdce83f9c
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user