From 3266721b7c68be4e03a1d674a976a7d1587adcab Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 16 Jan 2011 01:41:44 +0000 Subject: [PATCH] Fix: Constant has a page to edit it so it must be hidden. --- htdocs/includes/modules/modSociete.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modSociete.class.php b/htdocs/includes/modules/modSociete.class.php index ab8861607ea..3477a7971a6 100644 --- a/htdocs/includes/modules/modSociete.class.php +++ b/htdocs/includes/modules/modSociete.class.php @@ -83,7 +83,7 @@ class modSociete extends DolibarrModules $this->const[$r][1] = "chaine"; $this->const[$r][2] = "0"; $this->const[$r][3] = "Mettre le numero du mois du debut d\'annee fiscale, ex: 9 pour septembre"; - $this->const[$r][4] = 1; + $this->const[$r][4] = 0; $r++; $this->const[$r][0] = "MAIN_SEARCHFORM_SOCIETE";