Skip to content
Snippets Groups Projects
Commit 7acc1490 authored by Juanjo Menent's avatar Juanjo Menent Committed by GitHub
Browse files

Merge pull request #5937 from atm-maxime/fix_supporder_vars_set

Fix : vars were not set after commande function
parents 57a8e053 3dbab863
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