Merge pull request #3902 from altatof/clonedorderdate

FIX: change order date on clone (as everywhere else)
This commit is contained in:
Laurent Destailleur 2015-11-05 21:49:50 +01:00
commit 5777c16b72

View File

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