Commit f98a15fe authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Attention : tables de dossier à ne pas inclure car rétroportage

parent e4d12833
Loading
Loading
Loading
Loading
+25 −24
Original line number Diff line number Diff line
@@ -295,7 +295,7 @@ class DataGen
        [
            'table'   => 'STATUT_INTERVENANT',
            'context' => ['install'],
            'key'     => 'CODE',
            'key'     => 'SOURCE_CODE',
            'options' => ['columns' => ['TYPE_INTERVENANT_ID' => ['transformer' => 'SELECT ID FROM TYPE_INTERVENANT WHERE CODE = %s']]],
        ],
        [
@@ -503,6 +503,7 @@ class DataGen



    /*
        public function DEPARTEMENT()
        {
            $departements = [];
@@ -528,7 +529,7 @@ class DataGen
    
            return $departements;
        }

    */


    public function ETAT_SORTIE()