Skip to content

Commit

Permalink
Merge pull request #1082 from zucchetti-pos/FIX_CRED_PRESUMIDO
Browse files Browse the repository at this point in the history
FIX_CRED_PRESUMIDO - Ajustes para gerar TAG's credPresumido sem cBenef
  • Loading branch information
robmachado authored Oct 28, 2024
2 parents e5420b6 + a2cf2b4 commit 23ff0ed
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 4 deletions.
Empty file modified schemes/PL_009_V4/EventoCancEConf_v1.00.xsd
100755 → 100644
Empty file.
Empty file modified schemes/PL_009_V4/EventoEConf_v1.00.xsd
100755 → 100644
Empty file.
Empty file modified schemes/PL_009_V4/e110750_v1.00.xsd
100755 → 100644
Empty file.
Empty file modified schemes/PL_009_V4/e110751_v1.00.xsd
100755 → 100644
Empty file.
Empty file modified schemes/PL_009_V4/envEventoCancEConf_v1.00.xsd
100755 → 100644
Empty file.
Empty file modified schemes/PL_009_V4/envEventoEConf_v1.00.xsd
100755 → 100644
Empty file.
Empty file modified schemes/PL_009_V4/leiauteEventoCancEConf_v1.00.xsd
100755 → 100644
Empty file.
Empty file modified schemes/PL_009_V4/leiauteEventoEConf_v1.00.xsd
100755 → 100644
Empty file.
Empty file modified schemes/PL_009_V4/procEventoCancEConf_v1.00.xsd
100755 → 100644
Empty file.
Empty file modified schemes/PL_009_V4/procEventoEConf_v1.00.xsd
100755 → 100644
Empty file.
Empty file modified schemes/PL_009_V4/retEventoCancEConf_v1.00.xsd
100755 → 100644
Empty file.
Empty file modified schemes/PL_009_V4/retEventoEConf_v1.00.xsd
100755 → 100644
Empty file.
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 23ff0ed

Please sign in to comment.