From 31b89733c270059de165c517498c8810cf5c650a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 9 Sep 2004 07:29:04 +0000 Subject: [PATCH] Limite l'affichage des lignes dans certaines listes --- htdocs/compta/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 15f33a00180..6c714ea9e90 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -105,9 +105,9 @@ if ($conf->facture->enabled) { print ''; print ''; - print ''; + print ''; $var = True; - while ($i < $num) + while ($i < $num && $i < 20) { $obj = $db->fetch_object( $i); $var=!$var; @@ -274,10 +274,10 @@ if ($conf->facture->enabled) if ($num) { print '
Factures brouillons
Factures brouillons ('.$num.')
'; - print ''; + print ''; $var = True; $total = $totalam = 0; - while ($i < $num) + while ($i < $num && $i < 20) { $obj = $db->fetch_object( $i); $var=!$var;
Factures clients impayéesMontant TTCReçu
Factures clients impayées ('.$num.')Montant TTCReçu