dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-dev] forçage 5 lignes dans boite factures impayées fournisseur


From: Christophe
Subject: [Dolibarr-dev] forçage 5 lignes dans boite factures impayées fournisseurs
Date: Wed, 17 Aug 2005 01:54:56 -0400

Bonsoir,

Je ne trouve pas très homogène qu'une boîte (box_factures_fourn_imp.php)
force l'affichage à un nombre de lignes données alors que les autre
boîtes ne le font pas.

A vous de voir...

--- /var/www/dolibarrcvs/htdocs/includes/boxes/box_factures_fourn_imp.php      
2005-07-14 15:02:33.000000000 -0400
+++ /var/www/dolibarr/htdocs/includes/boxes/box_factures_fourn_imp.php
2005-08-17 01:54:12.000000000 -0400
@@ -96,20 +96,6 @@

                     $i++;
                 }
-
-                $i=$num;
-                while ($i < $max)
-                {
-                    if ($num==0 && $i==$num)
-                    {
-                        $this->info_box_contents[$i][0] = array('align'
=> 'center','text'=>$langs->trans("NoSupplierBillsUnpayed"));
-                        $this->info_box_contents[$i][1] =
array('text'=>'&nbsp;');
-                    } else {
-                        $this->info_box_contents[$i][0] =
array('text'=>'&nbsp;');
-                        $this->info_box_contents[$i][1] =
array('text'=>'&nbsp;');
-                    }
-                    $i++;
-                }
             }
             else {
                 dolibarr_print_error($db);

-- 
Christophe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]