Merge pull request #2468 from defrance69/patch-55

Update extrafields.class.php
This commit is contained in:
Laurent Destailleur 2015-03-22 21:28:53 +01:00
commit 87faf530e0

View File

@ -567,6 +567,8 @@ class ExtraFields
{ {
global $conf; global $conf;
if ( empty($elementtype) ) return array();
if ($elementtype == 'thirdparty') $elementtype='societe'; if ($elementtype == 'thirdparty') $elementtype='societe';
$array_name_label=array(); $array_name_label=array();