From 59f49589a4fe4cd933b7212f748ecb7fbf7ca37a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 17 Sep 2007 19:13:00 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20vu=20qu'on=20affiche=20toutes=20les=20fa?= =?UTF-8?q?ctures=20impay=E9es=20avec=20le=20total=20on=20n'affiche=20plus?= =?UTF-8?q?=20les=20fl=E8ches=20de=20navigation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture/impayees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/impayees.php b/htdocs/compta/facture/impayees.php index e9694f720b9..def326ee010 100644 --- a/htdocs/compta/facture/impayees.php +++ b/htdocs/compta/facture/impayees.php @@ -142,7 +142,7 @@ if ($user->rights->facture->lire) } $titre=($socid?$langs->trans("BillsCustomersUnpayedForCompany",$soc->nom):$langs->trans("BillsCustomersUnpayed")); - print_barre_liste($titre,$page,"impayees.php","&socid=$socid",$sortfield,$sortorder,'',$num); + print_barre_liste($titre,$page,"impayees.php","&socid=$socid",$sortfield,$sortorder,'',0); $i = 0; print ''; print '';