@@ 411-414 (lines=4) @@ | ||
408 | } |
|
409 | $this->agregarTotales($dte['Encabezado']['Totales'], !empty($dte['Encabezado']['OtraMoneda']) ? $dte['Encabezado']['OtraMoneda'] : null, $this->y+6, 23, 17); |
|
410 | // agregar acuse de recibo y leyenda cedible |
|
411 | if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
|
412 | $this->agregarAcuseReciboContinuo(3, $this->y+6, 68, 34); |
|
413 | $this->agregarLeyendaDestinoContinuo($dte['Encabezado']['IdDoc']['TipoDTE']); |
|
414 | } |
|
415 | // agregar timbre |
|
416 | $y = $this->agregarObservacion($dte['Encabezado']['IdDoc'], $x_start, $this->y+6); |
|
417 | $this->agregarTimbre($timbre, 0, $x_start, $y+6, 70, 6); |
|
@@ 488-491 (lines=4) @@ | ||
485 | $this->MultiTexto('TOTAL: $'.$this->num($dte['Encabezado']['Totales']['MntTotal']), $x, null, '', $width-2); |
|
486 | } |
|
487 | // agregar acuse de recibo y leyenda cedible |
|
488 | if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
|
489 | $this->agregarAcuseReciboContinuo(-1, $this->y+6, $width+2, 34); |
|
490 | $this->agregarLeyendaDestinoContinuo($dte['Encabezado']['IdDoc']['TipoDTE']); |
|
491 | } |
|
492 | // agregar timbre |
|
493 | if (!empty($dte['Encabezado']['IdDoc']['TermPagoGlosa'])) { |
|
494 | $this->Ln(); |