From 5e61e55c439bd3f5d251388fc684237c33cfcd5c Mon Sep 17 00:00:00 2001 From: Damien <damien.burel@maarch.org> Date: Mon, 19 Feb 2018 15:57:35 +0100 Subject: [PATCH] FEAT #75 Entity test transferring_agency --- src/app/entity/models/EntityModelAbstract.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/entity/models/EntityModelAbstract.php b/src/app/entity/models/EntityModelAbstract.php index 459219e5b18..4d06a6ba438 100644 --- a/src/app/entity/models/EntityModelAbstract.php +++ b/src/app/entity/models/EntityModelAbstract.php @@ -77,7 +77,6 @@ class EntityModelAbstract 'entity_type' => $aArgs['entity_type'], 'entity_path' => $aArgs['entity_path'], 'ldap_id' => $aArgs['ldap_id'], - 'transferring_agency' => $aArgs['transferring_agency'], 'archival_agreement' => $aArgs['archival_agreement'], 'archival_agency' => $aArgs['archival_agency'], 'entity_full_name' => $aArgs['entity_full_name'], -- GitLab