Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
6c0fb9a1f1
@ -54,6 +54,7 @@ if (! empty($field) && ! empty($element) && ! empty($table_element) && ! empty($
|
||||
$loadmethod = GETPOST('loadmethod','alpha',2);
|
||||
$savemethod = GETPOST('savemethod','alpha',2);
|
||||
$savemethodname = (! empty($savemethod) ? $savemethod : 'setValueFrom');
|
||||
$newelement = $element;
|
||||
|
||||
$view='';
|
||||
$format='text';
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1757,7 +1757,7 @@ class Societe extends CommonObject
|
||||
$dirsociete=array_merge(array('/core/modules/societe/'),$conf->societe_modules);
|
||||
foreach ($dirsociete as $dirroot)
|
||||
{
|
||||
$res=dol_include_once($dirroot.$conf->global->SOCIETE_FOURNISSEUR_ADDON.'.php');
|
||||
$res=dol_include_once($dirroot.$conf->global->SOCIETE_CODEFOURNISSEUR_ADDON.'.php');
|
||||
if ($res) break;
|
||||
}
|
||||
$var = $conf->global->SOCIETE_CODEFOURNISSEUR_ADDON;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user