Modif appel de la lecture des lignes de commandes
This commit is contained in:
parent
51d7db52d9
commit
78dd9ca076
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user