|
@@ 434-437 (lines=4) @@
|
| 431 |
|
} |
| 432 |
|
$this->agregarTotales($dte['Encabezado']['Totales'], !empty($dte['Encabezado']['OtraMoneda']) ? $dte['Encabezado']['OtraMoneda'] : null, $this->y+6, 23, 17); |
| 433 |
|
// agregar acuse de recibo y leyenda cedible |
| 434 |
|
if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
| 435 |
|
$this->agregarAcuseReciboContinuo(3, $this->y+6, 68, 34); |
| 436 |
|
$this->agregarLeyendaDestinoContinuo($dte['Encabezado']['IdDoc']['TipoDTE']); |
| 437 |
|
} |
| 438 |
|
// agregar timbre |
| 439 |
|
$y = $this->agregarObservacion($dte['Encabezado']['IdDoc'], $x_start, $this->y+6); |
| 440 |
|
$this->agregarTimbre($timbre, -10, $x_start, $y+6, 70, 6); |
|
@@ 514-517 (lines=4) @@
|
| 511 |
|
$this->MultiTexto('TOTAL: $'.$this->num($dte['Encabezado']['Totales']['MntTotal']), $x, null, '', $width-2); |
| 512 |
|
} |
| 513 |
|
// agregar acuse de recibo y leyenda cedible |
| 514 |
|
if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
| 515 |
|
$this->agregarAcuseReciboContinuo(-1, $this->y+6, $width+2, 34); |
| 516 |
|
$this->agregarLeyendaDestinoContinuo($dte['Encabezado']['IdDoc']['TipoDTE']); |
| 517 |
|
} |
| 518 |
|
// agregar timbre |
| 519 |
|
if (!empty($dte['Encabezado']['IdDoc']['TermPagoGlosa'])) { |
| 520 |
|
$this->Ln(); |