Gestion des commandes

This commit is contained in:
Rodolphe Quiedeville 2003-11-25 12:52:48 +00:00
parent 33cb23af22
commit 42e233778c

View File

@ -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)