Merge branch '38-gestion-doublon' into 'master'

fix the doublons module

Closes #38

See merge request Chill-Projet/chill-bundles!577
This commit is contained in:
2023-09-14 14:08:51 +00:00
17 changed files with 673 additions and 47 deletions

View File

@@ -120,6 +120,7 @@ class PersonDuplicateController extends Controller
$connection->beginTransaction();
foreach ($sqls as $sql) {
dump($sql);
$connection->executeQuery($sql);
}
$connection->commit();