From 42e233778c7810f889ec62d5044c7142508eecaf Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 25 Nov 2003 12:52:48 +0000 Subject: [PATCH] Gestion des commandes --- htdocs/compta/facture.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 7133cd72515..e74103e13e6 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -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)