Modif appel de la lecture des lignes de commandes

This commit is contained in:
Rodolphe Quiedeville 2003-11-27 11:32:08 +00:00
parent 51d7db52d9
commit 78dd9ca076

View File

@ -164,7 +164,7 @@ if ($HTTP_POST_VARS["action"] == 'create')
*/
echo '<br><table border="0" width="100%" cellspacing="0" cellpadding="3">';
$lignes = $commande->fetch_lignes();
$lignes = $commande->fetch_lignes(1);
$num = sizeof($commande->lignes);
$i = 0; $total = 0;