Commit f6bedd20 by Yvon

add a comment

parent 33295215
...@@ -29,6 +29,9 @@ class TransactionAdherentPrestataire extends Transaction ...@@ -29,6 +29,9 @@ class TransactionAdherentPrestataire extends Transaction
protected $destinataire; protected $destinataire;
/** /**
* If the transaction is cancelled, cancellerFlux is the
* opposite TransactionPrestataireAdherent flux.
*
* @ORM\ManyToOne(targetEntity="Flux") * @ORM\ManyToOne(targetEntity="Flux")
* @ORM\JoinColumn(name="cancellerflux_id", referencedColumnName="id", nullable=true) * @ORM\JoinColumn(name="cancellerflux_id", referencedColumnName="id", nullable=true)
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment