From c2c4512101ea5866f3a5851361db7976e6ff0974 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 2 Feb 2004 09:21:34 +0000 Subject: [PATCH] Modif lien des paiements --- htdocs/compta/pre.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/pre.inc.php b/htdocs/compta/pre.inc.php index 78e5a9db420..21fe49e5c3b 100644 --- a/htdocs/compta/pre.inc.php +++ b/htdocs/compta/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2004 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -40,7 +40,7 @@ function llxHeader($head = "", $title="") { } $menu->add(DOL_URL_ROOT."/compta/facture.php","Factures"); - $menu->add_submenu(DOL_URL_ROOT."/compta/paiement.php","Paiements"); + $menu->add_submenu(DOL_URL_ROOT."/compta/paiement/index.php","Paiements"); $menu->add_submenu(DOL_URL_ROOT."/compta/facture/fiche-rec.php","Récurrentes"); $menu->add_submenu(DOL_URL_ROOT."/compta/facture/stats/","Statistiques");