Gestion de la facturation des commandes

This commit is contained in:
Rodolphe Quiedeville 2003-11-25 12:13:53 +00:00
parent 2056561cd9
commit 9d1f7c6807

View File

@ -138,7 +138,7 @@ if ($HTTP_POST_VARS["action"] == 'add')
if ( $comm->fetch($HTTP_POST_VARS["commandeid"]) ) if ( $comm->fetch($HTTP_POST_VARS["commandeid"]) )
{ {
$lines = $comm->fetch_lignes(); $lines = $comm->fetch_lignes();
print_r($lines);
for ($i = 0 ; $i < sizeof(lines) ; $i++) for ($i = 0 ; $i < sizeof(lines) ; $i++)
{ {
$result = $facture->addline($facid, $result = $facture->addline($facid,