Loading module/Paiement/src/Tbl/Process/PaiementProcess.php +5 −0 Original line number Diff line number Diff line Loading @@ -210,6 +210,11 @@ class PaiementProcess implements ProcessInterface $lap->fromBdd($data); if (!array_key_exists($lapKey, $this->services[$key]->lignesAPayer)) { $this->services[$key]->lignesAPayer[$lapKey] = $lap; }else{ $oldLap = $this->services[$key]->lignesAPayer[$lapKey]; $oldLap->heuresAA = round($oldLap->heuresAA + $lap->heuresAA,2); $oldLap->heuresAC = round($oldLap->heuresAC + $lap->heuresAC,2); } if ($mepKey > 0 && !array_key_exists($mepKey, $this->services[$key]->misesEnPaiement)) { Loading Loading
module/Paiement/src/Tbl/Process/PaiementProcess.php +5 −0 Original line number Diff line number Diff line Loading @@ -210,6 +210,11 @@ class PaiementProcess implements ProcessInterface $lap->fromBdd($data); if (!array_key_exists($lapKey, $this->services[$key]->lignesAPayer)) { $this->services[$key]->lignesAPayer[$lapKey] = $lap; }else{ $oldLap = $this->services[$key]->lignesAPayer[$lapKey]; $oldLap->heuresAA = round($oldLap->heuresAA + $lap->heuresAA,2); $oldLap->heuresAC = round($oldLap->heuresAC + $lap->heuresAC,2); } if ($mepKey > 0 && !array_key_exists($mepKey, $this->services[$key]->misesEnPaiement)) { Loading