@@ -22,7 +22,7 @@ discard block |
||
| 22 | 22 | $this->dom->addChild( |
| 23 | 23 | $ideEvento, |
| 24 | 24 | "nrRecibo", |
| 25 | - ! empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
| 25 | + !empty($this->std->nrrecibo) ? $this->std->nrrecibo : null, |
|
| 26 | 26 | false |
| 27 | 27 | ); |
| 28 | 28 | $this->dom->addChild( |
@@ -76,13 +76,13 @@ discard block |
||
| 76 | 76 | $this->dom->addChild( |
| 77 | 77 | $infoReintegr, |
| 78 | 78 | "nrProcJud", |
| 79 | - ! empty($this->std->nrprocjud) ? $this->std->nrprocjud : null, |
|
| 79 | + !empty($this->std->nrprocjud) ? $this->std->nrprocjud : null, |
|
| 80 | 80 | false |
| 81 | 81 | ); |
| 82 | 82 | $this->dom->addChild( |
| 83 | 83 | $infoReintegr, |
| 84 | 84 | "nrLeiAnistia", |
| 85 | - ! empty($this->std->nrleianistia) ? $this->std->nrleianistia : null, |
|
| 85 | + !empty($this->std->nrleianistia) ? $this->std->nrleianistia : null, |
|
| 86 | 86 | false |
| 87 | 87 | ); |
| 88 | 88 | $this->dom->addChild( |
@@ -176,13 +176,13 @@ discard block |
||
| 176 | 176 | $this->dom->addChild( |
| 177 | 177 | $infoReintegr, |
| 178 | 178 | "nrProcJud", |
| 179 | - ! empty($this->std->nrprocjud) ? $this->std->nrprocjud : null, |
|
| 179 | + !empty($this->std->nrprocjud) ? $this->std->nrprocjud : null, |
|
| 180 | 180 | false |
| 181 | 181 | ); |
| 182 | 182 | $this->dom->addChild( |
| 183 | 183 | $infoReintegr, |
| 184 | 184 | "nrLeiAnistia", |
| 185 | - ! empty($this->std->nrleianistia) ? $this->std->nrleianistia : null, |
|
| 185 | + !empty($this->std->nrleianistia) ? $this->std->nrleianistia : null, |
|
| 186 | 186 | false |
| 187 | 187 | ); |
| 188 | 188 | $this->dom->addChild( |