From 88e4e17b104de27e427ac23e018ec39d677232fc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 28 Sep 2004 15:13:54 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20entr=E9e=20menu=20prelevement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/pre.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/compta/pre.inc.php b/htdocs/compta/pre.inc.php index 04a54bf9a91..4fcd3b4fe90 100644 --- a/htdocs/compta/pre.inc.php +++ b/htdocs/compta/pre.inc.php @@ -92,6 +92,11 @@ function llxHeader($head = "", $title="", $help_url='') $menu->add(DOL_URL_ROOT."/compta/stats/","CA / Résultats"); + if (defined("MAIN_MODULE_PRELEVEMENT") && MAIN_MODULE_PRELEVEMENT) + { + $menu->add(DOL_URL_ROOT."/compta/prelevement/","Bon prélèv."); + } + if (! $user->compta) { $menu->clear();