From bf4b8a0ba7a26c8d6a4fa84df0e5130f22457549 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 15 Feb 2004 18:50:46 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20page=20de=20configuration=20pou?= =?UTF-8?q?r=20le=20module=20Compta=20afin=20de=20g=E9rer=20l'option=20de?= =?UTF-8?q?=20tenue=20de=20comptabilit=E9=20en=20cr=E9ances-dettes=20au=20?= =?UTF-8?q?lieu=20de=20recettes-d=E9penses.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modComptabilite.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/includes/modules/modComptabilite.class.php b/htdocs/includes/modules/modComptabilite.class.php index b096d7b6bcd..226d83adc12 100644 --- a/htdocs/includes/modules/modComptabilite.class.php +++ b/htdocs/includes/modules/modComptabilite.class.php @@ -1,5 +1,6 @@ + * Copyright (C) 2004 Laurent Destailleur * * 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 @@ -42,6 +43,7 @@ class modComptabilite extends DolibarrModules $this->const_name = "MAIN_MODULE_COMPTABILITE"; $this->const_config = MAIN_MODULE_COMPTABILITE; + $this->config_page_url = "compta.php"; $this->const = array(); $this->boxes = array(); }