diff --git a/core/bulkchange.class.inc.php b/core/bulkchange.class.inc.php index 13c095f3b..fc7c24051 100644 --- a/core/bulkchange.class.inc.php +++ b/core/bulkchange.class.inc.php @@ -799,6 +799,8 @@ class BulkChange // foreach ($this->m_aAttList as $sAttCode => $iCol) { + if ($sAttCode == 'id') continue; + $oAttDef = MetaModel::GetAttributeDef($this->m_sClass, $sAttCode); if ($oAttDef instanceof AttributeDateTime) {