Gestion de la facturation des commandes
This commit is contained in:
parent
2056561cd9
commit
9d1f7c6807
@ -138,7 +138,7 @@ if ($HTTP_POST_VARS["action"] == 'add')
|
||||
if ( $comm->fetch($HTTP_POST_VARS["commandeid"]) )
|
||||
{
|
||||
$lines = $comm->fetch_lignes();
|
||||
print_r($lines);
|
||||
|
||||
for ($i = 0 ; $i < sizeof(lines) ; $i++)
|
||||
{
|
||||
$result = $facture->addline($facid,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user