From 78dd9ca076bd50dd75a1bba983ed93b60872c987 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 27 Nov 2003 11:32:08 +0000 Subject: [PATCH] Modif appel de la lecture des lignes de commandes --- htdocs/expedition/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php index 21a5d9fc32d..12c5419456c 100644 --- a/htdocs/expedition/fiche.php +++ b/htdocs/expedition/fiche.php @@ -164,7 +164,7 @@ if ($HTTP_POST_VARS["action"] == 'create') */ echo '
'; - $lignes = $commande->fetch_lignes(); + $lignes = $commande->fetch_lignes(1); $num = sizeof($commande->lignes); $i = 0; $total = 0;