mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 19:02:35 +01:00
Fix: use "doc" instead "pdf" dir and uniformize code
This commit is contained in:
@@ -1368,7 +1368,7 @@ class Project extends CommonObject
|
||||
}
|
||||
}
|
||||
|
||||
$modelpath = "core/modules/project/pdf/";
|
||||
$modelpath = "core/modules/project/doc/";
|
||||
|
||||
return $this->commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user