Commit 26605d3a by Damien Moulard

fix soldes siege après retrait

parent e4f3d668
...@@ -60,6 +60,7 @@ abstract class Retrait extends Flux ...@@ -60,6 +60,7 @@ abstract class Retrait extends Flux
} else { } else {
$this->getExpediteur()->removeCompte($this->getMontant()); $this->getExpediteur()->removeCompte($this->getMontant());
$this->getExpediteur()->getGroupe()->getSiege()->addCompteNantie($this->getMontant()); $this->getExpediteur()->getGroupe()->getSiege()->addCompteNantie($this->getMontant());
$this->getExpediteur()->getGroupe()->getSiege()->removeEcompte($this->getMontant());
$this->getDestinataire()->removeEcompte($this->getMontant()); $this->getDestinataire()->removeEcompte($this->getMontant());
return [$this->getExpediteur(), $this->getDestinataire(), $this->getExpediteur()->getGroupe()->getSiege()]; return [$this->getExpediteur(), $this->getDestinataire(), $this->getExpediteur()->getGroupe()->getSiege()];
......
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