From e3728c84c4e4fe7527f7482b61a1c4be4c9046f2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 6 Dec 2004 14:40:03 +0000 Subject: [PATCH] bugfix --- htdocs/compta/ventilation/lignes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/ventilation/lignes.php b/htdocs/compta/ventilation/lignes.php index 75c9df1c625..49aafe5ec0c 100644 --- a/htdocs/compta/ventilation/lignes.php +++ b/htdocs/compta/ventilation/lignes.php @@ -64,7 +64,7 @@ if ($result) $num_lignes = $db->num_rows(); $i = 0; - print_barre_liste("Lignes de facture ventilées",$page,"liste.php","",$sortfield,$sortorder,'',$num_lignes); + print_barre_liste("Lignes de facture ventilées",$page,"lignes.php","",$sortfield,$sortorder,'',$num_lignes); if ($num_lignes) {