Commit 8b05a22f authored by Florian Joriot's avatar Florian Joriot
Browse files

Correction probleme contrat

parent 6448eb42
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -33,18 +33,6 @@ return [
            'position'    => 4,
            'commentaire' => NULL,
        ],
        'AUTRES'                    => [
            'name'        => 'AUTRES',
            'type'        => 'float',
            'bdd-type'    => 'FLOAT',
            'length'      => 0,
            'scale'       => NULL,
            'precision'   => 126,
            'nullable'    => TRUE,
            'default'     => NULL,
            'position'    => 22,
            'commentaire' => NULL,
        ],
        'AUTRE_LIBELLE'             => [
            'name'        => 'AUTRE_LIBELLE',
            'type'        => 'string',
@@ -57,6 +45,18 @@ return [
            'position'    => 23,
            'commentaire' => NULL,
        ],
        'AUTRES'                    => [
            'name'        => 'AUTRES',
            'type'        => 'float',
            'bdd-type'    => 'FLOAT',
            'length'      => 0,
            'scale'       => NULL,
            'precision'   => 126,
            'nullable'    => TRUE,
            'default'     => NULL,
            'position'    => 22,
            'commentaire' => NULL,
        ],
        'CM'                        => [
            'name'        => 'CM',
            'type'        => 'float',
+3 −3
Original line number Diff line number Diff line
@@ -192,8 +192,8 @@ SELECT
  CASE WHEN evh.code IN ('contrat-edite','contrat-signe') THEN 1 ELSE 0 END       edite,
  CASE WHEN evh.code IN ('contrat-signe')                 THEN 1 ELSE 0 END       signe,

  c.debut_validite                                                                date_debut,
  c.fin_validite                                                                  date_fin,
  m.date_debut                                                                  date_debut,
  m.date_fin                                                                    date_fin,
  c.histo_creation                                                                date_creation,

  0                                                                               cm,