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;