forked from Wavyzz/dolibarr
Merge remote-tracking branch 'origin/3.6' into develop
This commit is contained in:
@@ -942,7 +942,7 @@ class ExtraFields
|
||||
$selectkey="rowid";
|
||||
$keyList='rowid';
|
||||
|
||||
if (count($InfoFieldList)==3)
|
||||
if (count($InfoFieldList)>=3)
|
||||
{
|
||||
$selectkey = $InfoFieldList[2];
|
||||
$keyList=$InfoFieldList[2].' as rowid';
|
||||
|
||||
Reference in New Issue
Block a user