Loading data/ddl/table/STATUT.php +0 −96 Original line number Diff line number Diff line Loading @@ -681,54 +681,6 @@ return [ 'position' => 1, 'commentaire' => NULL, ], 'MODE_REFERENTIEL_PREVISIONNEL' => [ 'name' => 'MODE_REFERENTIEL_PREVISIONNEL', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 85, 'commentaire' => NULL, ], 'MODE_REFERENTIEL_REALISE' => [ 'name' => 'MODE_REFERENTIEL_REALISE', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 86, 'commentaire' => NULL, ], 'MODE_SERVICE_PREVISIONNEL' => [ 'name' => 'MODE_SERVICE_PREVISIONNEL', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 83, 'commentaire' => NULL, ], 'MODE_SERVICE_REALISE' => [ 'name' => 'MODE_SERVICE_REALISE', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 84, 'commentaire' => NULL, ], 'LIBELLE' => [ 'name' => 'LIBELLE', 'type' => 'string', Loading Loading @@ -813,54 +765,6 @@ return [ 'position' => 96, 'commentaire' => NULL, ], 'MODE_REFERENTIEL_PREVISIONNEL' => [ 'name' => 'MODE_REFERENTIEL_PREVISIONNEL', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 90, 'commentaire' => NULL, ], 'MODE_REFERENTIEL_REALISE' => [ 'name' => 'MODE_REFERENTIEL_REALISE', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 91, 'commentaire' => NULL, ], 'MODE_SERVICE_PREVISIONNEL' => [ 'name' => 'MODE_SERVICE_PREVISIONNEL', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 92, 'commentaire' => NULL, ], 'MODE_SERVICE_REALISE' => [ 'name' => 'MODE_SERVICE_REALISE', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 93, 'commentaire' => NULL, ], 'MODIF_SERVICE_DU' => [ 'name' => 'MODIF_SERVICE_DU', 'type' => 'bool', Loading module/Paiement/src/Entity/Db/ServiceAPayerTrait.php +7 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ namespace Paiement\Entity\Db; use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Collections\Collection; use Paiement\Entity\MiseEnPaiementListe; use Application\Entity\Db\Periode; Loading @@ -14,7 +15,7 @@ trait ServiceAPayerTrait private Collection $miseEnPaiement; protected Collection $centreCout; protected ?Collection $centreCout = null; Loading Loading @@ -67,6 +68,11 @@ trait ServiceAPayerTrait } }; // Hack pour éviter un problème d'initialisation if (null === $this->centreCout){ $this->centreCout = new ArrayCollection(); } return $this->centreCout->filter($filter); } Loading Loading
data/ddl/table/STATUT.php +0 −96 Original line number Diff line number Diff line Loading @@ -681,54 +681,6 @@ return [ 'position' => 1, 'commentaire' => NULL, ], 'MODE_REFERENTIEL_PREVISIONNEL' => [ 'name' => 'MODE_REFERENTIEL_PREVISIONNEL', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 85, 'commentaire' => NULL, ], 'MODE_REFERENTIEL_REALISE' => [ 'name' => 'MODE_REFERENTIEL_REALISE', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 86, 'commentaire' => NULL, ], 'MODE_SERVICE_PREVISIONNEL' => [ 'name' => 'MODE_SERVICE_PREVISIONNEL', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 83, 'commentaire' => NULL, ], 'MODE_SERVICE_REALISE' => [ 'name' => 'MODE_SERVICE_REALISE', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 84, 'commentaire' => NULL, ], 'LIBELLE' => [ 'name' => 'LIBELLE', 'type' => 'string', Loading Loading @@ -813,54 +765,6 @@ return [ 'position' => 96, 'commentaire' => NULL, ], 'MODE_REFERENTIEL_PREVISIONNEL' => [ 'name' => 'MODE_REFERENTIEL_PREVISIONNEL', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 90, 'commentaire' => NULL, ], 'MODE_REFERENTIEL_REALISE' => [ 'name' => 'MODE_REFERENTIEL_REALISE', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 91, 'commentaire' => NULL, ], 'MODE_SERVICE_PREVISIONNEL' => [ 'name' => 'MODE_SERVICE_PREVISIONNEL', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 92, 'commentaire' => NULL, ], 'MODE_SERVICE_REALISE' => [ 'name' => 'MODE_SERVICE_REALISE', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 50, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 93, 'commentaire' => NULL, ], 'MODIF_SERVICE_DU' => [ 'name' => 'MODIF_SERVICE_DU', 'type' => 'bool', Loading
module/Paiement/src/Entity/Db/ServiceAPayerTrait.php +7 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ namespace Paiement\Entity\Db; use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Collections\Collection; use Paiement\Entity\MiseEnPaiementListe; use Application\Entity\Db\Periode; Loading @@ -14,7 +15,7 @@ trait ServiceAPayerTrait private Collection $miseEnPaiement; protected Collection $centreCout; protected ?Collection $centreCout = null; Loading Loading @@ -67,6 +68,11 @@ trait ServiceAPayerTrait } }; // Hack pour éviter un problème d'initialisation if (null === $this->centreCout){ $this->centreCout = new ArrayCollection(); } return $this->centreCout->filter($filter); } Loading