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

Merge pull request #1421 from defrance69/patch-30

Update modProjet.class.php
parents 8f0e96fd 8ac8af0f
No related branches found
No related tags found
No related merge requests found
......@@ -87,12 +87,12 @@ class modProjet extends DolibarrModules
$this->const[$r][4] = 0;
$r++;
$r++;
$this->const[$r][0] = "PROJECT_ADDON_PDF_ODT_PATH";
$this->const[$r][1] = "chaine";
$this->const[$r][2] = "DOL_DATA_ROOT/doctemplates/projects";
$this->const[$r][3] = "";
$this->const[$r][4] = 0;
$r++;
$this->const[$r][0] = "PROJECT_TASK_ADDON_PDF";
$this->const[$r][1] = "chaine";
......@@ -108,7 +108,6 @@ class modProjet extends DolibarrModules
$this->const[$r][4] = 0;
$r++;
$r++;
$this->const[$r][0] = "PROJECT_TASK_ADDON_PDF_ODT_PATH";
$this->const[$r][1] = "chaine";
$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.
Finish editing this message first!
Please register or to comment