Merge pull request #3701 from altatof/fix_orderdateonclone

FIX: change order date on clone (as everywhere else)
This commit is contained in:
Laurent Destailleur 2015-10-09 20:44:03 +02:00
commit 384c89dcef

View File

@ -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 = '';