@@ -76,7 +76,7 @@ |
||
76 | 76 | $this->dom->addChild( |
77 | 77 | $ideEvento, |
78 | 78 | "nrRecibo", |
79 | - ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
79 | + !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
80 | 80 | false |
81 | 81 | ); |
82 | 82 | $this->dom->addChild( |
@@ -73,7 +73,7 @@ |
||
73 | 73 | $this->dom->addChild( |
74 | 74 | $ideEvento, |
75 | 75 | "nrRecibo", |
76 | - ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
76 | + !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
77 | 77 | false |
78 | 78 | ); |
79 | 79 | $this->dom->addChild( |