Fix : vars were not set after commande function

This commit is contained in:
Maxime Kohlhaas 2016-10-28 10:24:31 +02:00
parent 5e7c72068d
commit 3dbab863a7

View File

@ -950,6 +950,8 @@ class CommandeFournisseur extends CommonOrder
{ {
$result = 1; $result = 1;
$this->log($user, 3, $date, $comment); $this->log($user, 3, $date, $comment);
$this->date_commande = $date;
$this->methode_commande = $methode;
} }
else else
{ {