|
@@ 289-292 (lines=4) @@
|
| 286 |
|
$this->MultiTexto('TOTAL: $'.$this->num($dte['Encabezado']['Totales']['MntTotal']), $x, null, '', $width-2); |
| 287 |
|
} |
| 288 |
|
// agregar acuse de recibo y leyenda cedible |
| 289 |
|
if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
| 290 |
|
$this->agregarAcuseReciboContinuo(-1, $this->y+6, $width+2, 34); |
| 291 |
|
$this->agregarLeyendaDestinoContinuo($dte['Encabezado']['IdDoc']['TipoDTE']); |
| 292 |
|
} |
| 293 |
|
// agregar timbre |
| 294 |
|
if (!empty($dte['Encabezado']['IdDoc']['TermPagoGlosa'])) { |
| 295 |
|
$this->Ln(); |
|
@@ 381-384 (lines=4) @@
|
| 378 |
|
} |
| 379 |
|
$this->agregarTotales($dte['Encabezado']['Totales'], !empty($dte['Encabezado']['OtraMoneda']) ? $dte['Encabezado']['OtraMoneda'] : null, $this->y+6, 23, 17); |
| 380 |
|
// agregar acuse de recibo y leyenda cedible |
| 381 |
|
if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
| 382 |
|
$this->agregarAcuseReciboContinuo(3, $this->y+6, 68, 34); |
| 383 |
|
$this->agregarLeyendaDestinoContinuo($dte['Encabezado']['IdDoc']['TipoDTE']); |
| 384 |
|
} |
| 385 |
|
// agregar timbre |
| 386 |
|
$y = $this->agregarObservacion($dte['Encabezado']['IdDoc'], $x_start, $this->y+6); |
| 387 |
|
$this->agregarTimbre($timbre, -10, $x_start, $y+6, 70, 6); |