Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts: htdocs/fourn/class/fournisseur.commande.class.php
This commit is contained in:
commit
c994b3b6f2
@ -2924,7 +2924,6 @@ class CommandeFournisseur extends CommonOrder
|
|||||||
{
|
{
|
||||||
$response->nbtodo++;
|
$response->nbtodo++;
|
||||||
|
|
||||||
$commandestatic->date_livraison = $this->db->jdate($obj->delivery_date); // deprecated
|
|
||||||
$commandestatic->delivery_date = $this->db->jdate($obj->delivery_date);
|
$commandestatic->delivery_date = $this->db->jdate($obj->delivery_date);
|
||||||
$commandestatic->date_commande = $this->db->jdate($obj->date_commande);
|
$commandestatic->date_commande = $this->db->jdate($obj->date_commande);
|
||||||
$commandestatic->statut = $obj->fk_statut;
|
$commandestatic->statut = $obj->fk_statut;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user