diff --git a/schemes/PL_009_V4/EventoCancEConf_v1.00.xsd b/schemes/PL_009_V4/EventoCancEConf_v1.00.xsd old mode 100755 new mode 100644 diff --git a/schemes/PL_009_V4/EventoEConf_v1.00.xsd b/schemes/PL_009_V4/EventoEConf_v1.00.xsd old mode 100755 new mode 100644 diff --git a/schemes/PL_009_V4/e110750_v1.00.xsd b/schemes/PL_009_V4/e110750_v1.00.xsd old mode 100755 new mode 100644 diff --git a/schemes/PL_009_V4/e110751_v1.00.xsd b/schemes/PL_009_V4/e110751_v1.00.xsd old mode 100755 new mode 100644 diff --git a/schemes/PL_009_V4/envEventoCancEConf_v1.00.xsd b/schemes/PL_009_V4/envEventoCancEConf_v1.00.xsd old mode 100755 new mode 100644 diff --git a/schemes/PL_009_V4/envEventoEConf_v1.00.xsd b/schemes/PL_009_V4/envEventoEConf_v1.00.xsd old mode 100755 new mode 100644 diff --git a/schemes/PL_009_V4/leiauteEventoCancEConf_v1.00.xsd b/schemes/PL_009_V4/leiauteEventoCancEConf_v1.00.xsd old mode 100755 new mode 100644 diff --git a/schemes/PL_009_V4/leiauteEventoEConf_v1.00.xsd b/schemes/PL_009_V4/leiauteEventoEConf_v1.00.xsd old mode 100755 new mode 100644 diff --git a/schemes/PL_009_V4/procEventoCancEConf_v1.00.xsd b/schemes/PL_009_V4/procEventoCancEConf_v1.00.xsd old mode 100755 new mode 100644 diff --git a/schemes/PL_009_V4/procEventoEConf_v1.00.xsd b/schemes/PL_009_V4/procEventoEConf_v1.00.xsd old mode 100755 new mode 100644 diff --git a/schemes/PL_009_V4/retEventoCancEConf_v1.00.xsd b/schemes/PL_009_V4/retEventoCancEConf_v1.00.xsd old mode 100755 new mode 100644 diff --git a/schemes/PL_009_V4/retEventoEConf_v1.00.xsd b/schemes/PL_009_V4/retEventoEConf_v1.00.xsd old mode 100755 new mode 100644 diff --git a/src/Make.php b/src/Make.php index 2868d16c..01c8e88b 100755 --- a/src/Make.php +++ b/src/Make.php @@ -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 {