Skip to content
Snippets Groups Projects
Commit 8ac8af0f authored by Charles Benke's avatar Charles Benke
Browse files

Update modProjet.class.php

bad incrementation
parent f987a433
Branches
Tags
No related merge requests found
...@@ -87,12 +87,12 @@ class modProjet extends DolibarrModules ...@@ -87,12 +87,12 @@ class modProjet extends DolibarrModules
$this->const[$r][4] = 0; $this->const[$r][4] = 0;
$r++; $r++;
$r++;
$this->const[$r][0] = "PROJECT_ADDON_PDF_ODT_PATH"; $this->const[$r][0] = "PROJECT_ADDON_PDF_ODT_PATH";
$this->const[$r][1] = "chaine"; $this->const[$r][1] = "chaine";
$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/projects"; $this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/projects";
$this->const[$r][3] = ""; $this->const[$r][3] = "";
$this->const[$r][4] = 0; $this->const[$r][4] = 0;
$r++;
$this->const[$r][0] = "PROJECT_TASK_ADDON_PDF"; $this->const[$r][0] = "PROJECT_TASK_ADDON_PDF";
$this->const[$r][1] = "chaine"; $this->const[$r][1] = "chaine";
...@@ -108,7 +108,6 @@ class modProjet extends DolibarrModules ...@@ -108,7 +108,6 @@ class modProjet extends DolibarrModules
$this->const[$r][4] = 0; $this->const[$r][4] = 0;
$r++; $r++;
$r++;
$this->const[$r][0] = "PROJECT_TASK_ADDON_PDF_ODT_PATH"; $this->const[$r][0] = "PROJECT_TASK_ADDON_PDF_ODT_PATH";
$this->const[$r][1] = "chaine"; $this->const[$r][1] = "chaine";
$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/tasks"; $this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/tasks";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment