Commit 2f24341b authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Adaptations modularisation

parent e2b6b079
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"/>
+1 −1
Original line number Diff line number Diff line
@@ -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;