diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php
index 7a8fd63c8f173c68a8a0b018ef1b4b73c3946ab3..cdb753698a4a1295b48121841e1045a658f95279 100644
--- a/htdocs/commande/class/commande.class.php
+++ b/htdocs/commande/class/commande.class.php
@@ -881,6 +881,7 @@ class Commande extends CommonOrder
         // Clear fields
         $this->user_author_id     = $user->id;
         $this->user_valid         = '';
+        $this->date				  = dol_now();
         $this->date_creation      = '';
         $this->date_validation    = '';
         $this->ref_client         = '';