Loading module/Contrat/src/Entity/Db/Mapping/Contrat.Entity.Db.TblContrat.dcm.xml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ </many-to-one> <field name="tauxRemuMajoreValeur" type="float" column="TAUX_REMU_MAJORE_VALEUR" nullable="false"/> <field name="tauxCongesPayes" type="float" column="TAUX_CONGES_PAYES" nullable="false"/> <many-to-one field="validation" target-entity="Application\Entity\Db\Validation"> <many-to-one field="validation" target-entity="Workflow\Entity\Db\Validation"> <join-column name="VALIDATION_ID" referenced-column-name="ID"/> </many-to-one> <field name="totalHeures" type="float" column="TOTAL_HEURES" nullable="false"/> Loading module/Contrat/src/Entity/Db/TblContrat.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace Contrat\Entity\Db; use Application\Entity\Db\Annee; use Application\Entity\Db\Validation; use Workflow\Entity\Db\Validation; use Doctrine\Common\Collections\Collection; use Intervenant\Entity\Db\Intervenant; use Lieu\Entity\Db\Structure; Loading Loading
module/Contrat/src/Entity/Db/Mapping/Contrat.Entity.Db.TblContrat.dcm.xml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ </many-to-one> <field name="tauxRemuMajoreValeur" type="float" column="TAUX_REMU_MAJORE_VALEUR" nullable="false"/> <field name="tauxCongesPayes" type="float" column="TAUX_CONGES_PAYES" nullable="false"/> <many-to-one field="validation" target-entity="Application\Entity\Db\Validation"> <many-to-one field="validation" target-entity="Workflow\Entity\Db\Validation"> <join-column name="VALIDATION_ID" referenced-column-name="ID"/> </many-to-one> <field name="totalHeures" type="float" column="TOTAL_HEURES" nullable="false"/> Loading
module/Contrat/src/Entity/Db/TblContrat.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace Contrat\Entity\Db; use Application\Entity\Db\Annee; use Application\Entity\Db\Validation; use Workflow\Entity\Db\Validation; use Doctrine\Common\Collections\Collection; use Intervenant\Entity\Db\Intervenant; use Lieu\Entity\Db\Structure; Loading