Skip to content
Snippets Groups Projects
Commit 3dbab863 authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

Fix : vars were not set after commande function

parent 5e7c7206
No related branches found
No related tags found
No related merge requests found
......@@ -950,6 +950,8 @@ class CommandeFournisseur extends CommonOrder
{
$result = 1;
$this->log($user, 3, $date, $comment);
$this->date_commande = $date;
$this->methode_commande = $methode;
}
else
{
......
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