Skip to content

Commit

Permalink
FIX_CRED_PRESUMIDO - Ajustes para gerar TAG's credPresumido sem cBenef
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavomews committed Oct 28, 2024
1 parent e466d54 commit a2cf2b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Make.php
Original file line number Diff line number Diff line change
Expand Up @@ -8048,10 +8048,6 @@ protected function buildDet()
$it = 0;
foreach ($this->aProdCreditoPresumido as $key => $cps) {
$prod = $this->aProd[$key];
$cBenef = $prod->getElementsByTagName("cBenef")->item(0);
if (empty($cBenef)) {
break;
}
if (!empty($prod->getElementsByTagName("EXTIPI")->item(0))) {
$node = $prod->getElementsByTagName("EXTIPI")->item(0);
} else {
Expand Down

0 comments on commit a2cf2b4

Please sign in to comment.