@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | $this->dom->addChild( |
21 | 21 | $ideEvento, |
22 | 22 | "nrRecibo", |
23 | - ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
23 | + !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
24 | 24 | false |
25 | 25 | ); |
26 | 26 | $this->dom->addChild( |
@@ -349,7 +349,7 @@ discard block |
||
349 | 349 | $this->dom->addChild( |
350 | 350 | $ideEvento, |
351 | 351 | "nrRecibo", |
352 | - ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
352 | + !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
353 | 353 | false |
354 | 354 | ); |
355 | 355 | $this->dom->addChild( |