mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Fixed regression on the bug fix [207]
SVN:trunk[210]
This commit is contained in:
@@ -238,7 +238,7 @@ function ProcessData($oPage, $sClass, $oCSVParser, $aFieldMap, $aIsReconcKey, CM
|
||||
{
|
||||
// This field is value to search on, to find a value for an external key
|
||||
list($sExtKeyAttCode, $sExtReconcKeyAttCode) = GetExtKeyFieldCodes($sColDesc);
|
||||
if ($sExtKeyAttCode == $sExtReconcKeyAttCode)
|
||||
if ($sExtReconcKeyAttCode == 'id')
|
||||
{
|
||||
$aAttList[$sExtKeyAttCode] = $iFieldId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user