debug
This commit is contained in:
parent
0a4b93ea5a
commit
31565461ee
@ -214,9 +214,10 @@ class Commande
|
|||||||
$mouvS = new MouvementStock($this->db);
|
$mouvS = new MouvementStock($this->db);
|
||||||
$entrepot_id = "1";
|
$entrepot_id = "1";
|
||||||
$result=$mouvS->livraison($user, $this->lignes[$i]->product_id, $entrepot_id, $value[1]);
|
$result=$mouvS->livraison($user, $this->lignes[$i]->product_id, $entrepot_id, $value[1]);
|
||||||
|
/*
|
||||||
print "::".$value[1];
|
print "::".$value[1];
|
||||||
print $result;
|
print $result;
|
||||||
|
*/
|
||||||
// $this->add_product($value[1], $value[0]);
|
// $this->add_product($value[1], $value[0]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user