Update societe.class.php

This commit is contained in:
Laurent Destailleur 2018-03-29 13:48:09 +02:00 committed by GitHub
parent a89983ef5c
commit 0e986b8f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2511,7 +2511,7 @@ class Societe extends CommonObject
if (! empty($conf->global->SOCIETE_CODECOMPTA_ADDON))
{
$file='';
$res=false;
$dirsociete=array_merge(array('/core/modules/societe/'), $conf->modules_parts['societe']);
foreach ($dirsociete as $dirroot)
{