Merge pull request #13660 from jribal/patch-2

add project object dependency
This commit is contained in:
Laurent Destailleur 2020-04-22 18:02:42 +02:00 committed by GitHub
commit 2dc586c325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@
*/
require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
/**