diff --git a/admin/migration/AgrementStructure.php b/admin/migration/AgrementStructure.php index b937e5b26bf091f16c400645a114279c8c0bb40b..bdea07bdfb60e7a318ff4b713c287f671a7d8045 100644 --- a/admin/migration/AgrementStructure.php +++ b/admin/migration/AgrementStructure.php @@ -147,7 +147,7 @@ class AgrementStructure extends AbstractMigration AGREMENT SET HISTO_DESTRUCTION = TO_DATE('2020 - 01 - 01', 'YYYY - MM - DD'), - HISTO_DESTRUCTEUR_ID = HISTO_CREATEUR_ID + HISTO_DESTRUCTEUR_ID = " . $this->manager->getOseAdmin()->getOseAppliId() . " WHERE ID = $agrementId"; $bdd->exec($sqlDelete); }