We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77db7cb + caf0cf4 commit 049618bCopy full SHA for 049618b
src/Service/ProducaoCooperativista.php
@@ -753,7 +753,9 @@ public function getPercentualTrabalhadoPorClienteExterno(): array
753
754
private function cadastraCooperadoQueProduziuNoAkaunting(): void
755
{
756
- $produzidoNoMes = $this->getPercentualTrabalhadoPorClienteExterno();
+ $interno = $this->getPercentualTrabalhadoPorClienteInterno();
757
+ $externo = $this->getPercentualTrabalhadoPorClienteExterno();
758
+ $produzidoNoMes = $interno + $externo;
759
$exists = [];
760
foreach ($produzidoNoMes as $row) {
761
if (empty($row['akaunting_contact_id'])) {
0 commit comments