Gestion des commandes
This commit is contained in:
parent
33cb23af22
commit
42e233778c
@ -130,6 +130,7 @@ if ($HTTP_POST_VARS["action"] == 'add')
|
||||
|
||||
if ($HTTP_POST_VARS["commandeid"])
|
||||
{
|
||||
$facture->commandeid = $HTTP_POST_VARS["commandeid"];
|
||||
$facid = $facture->create($user);
|
||||
|
||||
if ($facid)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user