|
@@ 422-425 (lines=4) @@
|
| 419 |
|
} |
| 420 |
|
$this->agregarTotales($dte['Encabezado']['Totales'], !empty($dte['Encabezado']['OtraMoneda']) ? $dte['Encabezado']['OtraMoneda'] : null, $this->y+6, 23, 17); |
| 421 |
|
// agregar acuse de recibo y leyenda cedible |
| 422 |
|
if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
| 423 |
|
$this->agregarAcuseReciboContinuo(3, $this->y+6, 68, 34); |
| 424 |
|
$this->agregarLeyendaDestinoContinuo($dte['Encabezado']['IdDoc']['TipoDTE']); |
| 425 |
|
} |
| 426 |
|
// agregar timbre |
| 427 |
|
$y = $this->agregarObservacion($dte['Encabezado']['IdDoc'], $x_start, $this->y+6); |
| 428 |
|
$this->agregarTimbre($timbre, -10, $x_start, $y+6, 70, 6); |
|
@@ 499-502 (lines=4) @@
|
| 496 |
|
$this->MultiTexto('TOTAL: $'.$this->num($dte['Encabezado']['Totales']['MntTotal']), $x, null, '', $width-2); |
| 497 |
|
} |
| 498 |
|
// agregar acuse de recibo y leyenda cedible |
| 499 |
|
if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
| 500 |
|
$this->agregarAcuseReciboContinuo(-1, $this->y+6, $width+2, 34); |
| 501 |
|
$this->agregarLeyendaDestinoContinuo($dte['Encabezado']['IdDoc']['TipoDTE']); |
| 502 |
|
} |
| 503 |
|
// agregar timbre |
| 504 |
|
if (!empty($dte['Encabezado']['IdDoc']['TermPagoGlosa'])) { |
| 505 |
|
$this->Ln(); |