flef / Incipio

ERP - Incipio Administration Tool for Junior-Entreprise
http://incipio.fr
GNU Affero General Public License v3.0
3 stars 28 forks source link

Fusion des champs $pvis et $pvr #54

Closed flef closed 11 years ago

flef commented 11 years ago

Dans Entity\Etude.php :

 /** proces verbal intermedaire
     * @ORM\OneToMany(targetEntity="ProcesVerbal", mappedBy="etude")
     */
    private $pvis;

    /** proces verbal recette
     * @ORM\OneToOne(targetEntity="ProcesVerbal", inversedBy="etude", cascade={"persist"})
     */
    private $pvr;

à fusionner et à gérer comme les factures

 /** proces verbal
     * @ORM\OneToMany(targetEntity="ProcesVerbal", mappedBy="etude")
     */
    private $pvs;
stephanecollot commented 11 years ago

I'm on it

flef commented 11 years ago

I love you so much ;) (faut imaginer lulu qui le dit !)

stephanecollot commented 11 years ago

Done. Et la base de données en production est prête.