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

Merge pull request #3902 from altatof/clonedorderdate

FIX: change order date on clone (as everywhere else)
parents fdf9617e ad821358
No related branches found
No related tags found
No related merge requests found
......@@ -906,6 +906,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.
Finish editing this message first!
Please register or to comment