From 6882e73d9a589ed3ad46566e66c273567c03c7c4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 10 Feb 2004 15:35:40 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20entr=E9es=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/paiement/pre.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/paiement/pre.inc.php b/htdocs/compta/paiement/pre.inc.php index a7371680c80..71374903b08 100644 --- a/htdocs/compta/paiement/pre.inc.php +++ b/htdocs/compta/paiement/pre.inc.php @@ -33,11 +33,11 @@ function llxHeader($head = "") { $menu = new Menu(); + $menu->add("liste.php","Liste"); + $menu->add("../facture.php","Factures"); - $menu->add_submenu("../paiement.php","Paiements"); - - $menu->add(DOL_URL_ROOT."/compta/stats/","Chiffre d'affaire"); + $menu->add_submenu("liste.php","Paiements"); left_menu($menu->liste); }