Merge pull request #19883 from grandoc/new_branch_19_01_2022

fix : bad path
This commit is contained in:
Laurent Destailleur 2022-01-23 12:20:40 +01:00 committed by GitHub
commit 9924333df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4870,7 +4870,7 @@ class Societe extends CommonObject
{
global $langs;
require_once DOL_DOCUMENT_ROOT.'/parntership/class/partnership.class.php';
require_once DOL_DOCUMENT_ROOT.'/partnership/class/partnership.class.php';
$this->partnerships[] = array();