Skip to content
Snippets Groups Projects
Commit 3266721b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Constant has a page to edit it so it must be hidden.

parent 4cf2d40e
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment