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(); }