2
0
forked from Wavyzz/dolibarr

Merge remote-tracking branch 'origin/3.6' into develop

This commit is contained in:
Laurent Destailleur
2014-08-04 22:19:53 +02:00
10 changed files with 27 additions and 18 deletions

View File

@@ -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';