@@ -250,8 +250,8 @@ discard block |
||
250 | 250 | ); |
251 | 251 | $infoCadastro->appendChild($info); |
252 | 252 | } |
253 | - if (isset($this->std->infoop) && !empty($infoCadastro)) { |
|
254 | - $cad = $this->std->infoop; |
|
253 | + if (isset($this->std->infoop) && !empty($infoCadastro)) { |
|
254 | + $cad = $this->std->infoop; |
|
255 | 255 | $infoOP = $this->dom->createElement("infoOP"); |
256 | 256 | $this->dom->addChild( |
257 | 257 | $infoOP, |
@@ -260,7 +260,7 @@ discard block |
||
260 | 260 | true |
261 | 261 | ); |
262 | 262 | if (isset($this->std->infoefr)) { |
263 | - $cad = $this->std->infoefr; |
|
263 | + $cad = $this->std->infoefr; |
|
264 | 264 | $infoEFR = $this->dom->createElement("infoEFR"); |
265 | 265 | $this->dom->addChild( |
266 | 266 | $infoEFR, |
@@ -277,7 +277,7 @@ discard block |
||
277 | 277 | $infoOP->appendChild($infoEFR); |
278 | 278 | } |
279 | 279 | if (isset($this->std->infoente)) { |
280 | - $cad = $this->std->infoente; |
|
280 | + $cad = $this->std->infoente; |
|
281 | 281 | $infoEnte = $this->dom->createElement("infoEnte"); |
282 | 282 | $this->dom->addChild( |
283 | 283 | $infoEnte, |