From c746facf122511c66667956b5c7e4ca8caaf3e41 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 9 Feb 2010 16:00:26 +0000 Subject: [PATCH] Fix: change default model --- htdocs/includes/modules/modProjet.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modProjet.class.php b/htdocs/includes/modules/modProjet.class.php index 26b6e360025..4e816e5aefa 100644 --- a/htdocs/includes/modules/modProjet.class.php +++ b/htdocs/includes/modules/modProjet.class.php @@ -83,7 +83,7 @@ class modProjet extends DolibarrModules $this->const[$r][0] = "PROJECT_ADDON"; $this->const[$r][1] = "chaine"; - $this->const[$r][2] = "mod_project_universal"; + $this->const[$r][2] = "mod_project_simple"; $this->const[$r][3] = 'Nom du gestionnaire de numerotation des projets'; $this->const[$r][4] = 0; $r++;