From 8576793a48fcc7444ea71c0434f9c814aadec2d2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 16 May 2003 09:50:14 +0000 Subject: [PATCH] Ajout menu conf --- htdocs/compta/sociales/pre.inc.php3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/sociales/pre.inc.php3 b/htdocs/compta/sociales/pre.inc.php3 index a323791737a..741605d8ea7 100644 --- a/htdocs/compta/sociales/pre.inc.php3 +++ b/htdocs/compta/sociales/pre.inc.php3 @@ -1,5 +1,5 @@ +/* Copyright (C) 2002-2003 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 @@ -37,6 +37,7 @@ function llxHeader($head = "") { $menu->add("../charges/","Charges"); $menu->add_submenu("index.php3","Prest. Sociales"); + $menu->add_submenu("/compta/sociales/conf.php","Conf"); $menu->add("../ca.php3","Chiffres d'affaires");