@@ 300-303 (lines=4) @@ | ||
297 | $this->MultiTexto('TOTAL: $'.$this->num($dte['Encabezado']['Totales']['MntTotal']), $x, null, '', $width-2); |
|
298 | } |
|
299 | // agregar acuse de recibo y leyenda cedible |
|
300 | if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
|
301 | $this->agregarAcuseReciboContinuo(-1, $this->y+6, $width+2, 34); |
|
302 | $this->agregarLeyendaDestinoContinuo($dte['Encabezado']['IdDoc']['TipoDTE']); |
|
303 | } |
|
304 | // agregar timbre |
|
305 | if (!empty($dte['Encabezado']['IdDoc']['TermPagoGlosa'])) { |
|
306 | $this->Ln(); |
|
@@ 392-395 (lines=4) @@ | ||
389 | } |
|
390 | $this->agregarTotales($dte['Encabezado']['Totales'], !empty($dte['Encabezado']['OtraMoneda']) ? $dte['Encabezado']['OtraMoneda'] : null, $this->y+6, 23, 17); |
|
391 | // agregar acuse de recibo y leyenda cedible |
|
392 | if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
|
393 | $this->agregarAcuseReciboContinuo(3, $this->y+6, 68, 34); |
|
394 | $this->agregarLeyendaDestinoContinuo($dte['Encabezado']['IdDoc']['TipoDTE']); |
|
395 | } |
|
396 | // agregar timbre |
|
397 | $y = $this->agregarObservacion($dte['Encabezado']['IdDoc'], $x_start, $this->y+6); |
|
398 | $this->agregarTimbre($timbre, -10, $x_start, $y+6, 70, 6); |