Skip to content
Snippets Groups Projects
Commit 384c89dc authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #3701 from altatof/fix_orderdateonclone

FIX: change order date on clone (as everywhere else)
parents e886c89e 00f0aff6
No related branches found
No related tags found
No related merge requests found
......@@ -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 = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment