From abd2748a09f6a367c2903569d278dbca6b2d9d0a Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Wed, 6 Sep 2017 15:31:42 +0000 Subject: [PATCH] N.890.1 Move to test/prod failing with message "Unknown attribute org_id_archive_flag from class contact" SVN:trunk[4897] --- core/metamodel.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/metamodel.class.php b/core/metamodel.class.php index 10e4218e8..eb0978e4c 100644 --- a/core/metamodel.class.php +++ b/core/metamodel.class.php @@ -1937,7 +1937,7 @@ abstract class MetaModel // - an external KEY / FIELD (direct), // - an external field pointing to an external KEY / FIELD // - an external field pointing to an external field pointing to.... - $sRemoteClass = $oAttDef->GetTargetClass(); + $sRemoteClass = $oAttDef->GetTargetClass(EXTKEY_ABSOLUTE); if ($oAttDef->IsExternalField()) {