Fix bad var value

This commit is contained in:
Laurent Destailleur 2016-01-14 11:22:59 +01:00
parent a8148b8b40
commit 63ebd40ceb

View File

@ -117,7 +117,7 @@ class modProjet extends DolibarrModules
$this->const[$r][4] = 0; $this->const[$r][4] = 0;
$r++; $r++;
$this->const[$r][0] = "PROJECT_USE_OPPORTUNIES"; $this->const[$r][0] = "PROJECT_USE_OPPORTUNITIES";
$this->const[$r][1] = "chaine"; $this->const[$r][1] = "chaine";
$this->const[$r][2] = "1"; $this->const[$r][2] = "1";
$this->const[$r][3] = ""; $this->const[$r][3] = "";