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