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

develop
This commit is contained in:
Laurent Destailleur
2025-11-12 22:02:50 +01:00
16 changed files with 100 additions and 83 deletions

View File

@@ -3694,8 +3694,7 @@ class Commande extends CommonOrder
$response->nbtodo++;
$response->total += $obj->total_ht;
$generic_commande->statut = $obj->fk_statut;
$generic_commande->date_commande = $this->db->jdate($obj->date_commande);
$generic_commande->status = $obj->fk_statut;
$generic_commande->date = $this->db->jdate($obj->date_commande);
$generic_commande->delivery_date = $this->db->jdate($obj->delivery_date);