@@ 395-398 (lines=4) @@ | ||
392 | } |
|
393 | $this->agregarTotales($dte['Encabezado']['Totales'], $this->y+6, 23, 17); |
|
394 | // agregar acuse de recibo y leyenda cedible |
|
395 | if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
|
396 | $this->agregarAcuseReciboContinuo(3, $this->y+6, 68, 34); |
|
397 | $this->agregarLeyendaDestino($dte['Encabezado']['IdDoc']['TipoDTE'], $this->y+6, 8); |
|
398 | } |
|
399 | // agregar timbre |
|
400 | $y = $this->agregarObservacion($dte['Encabezado']['IdDoc'], $x_start, $this->y+6); |
|
401 | $this->agregarTimbre($timbre, 0, $x_start, $y+6, 70, 6); |
|
@@ 469-472 (lines=4) @@ | ||
466 | $this->MultiTexto('TOTAL: $'.$this->num($dte['Encabezado']['Totales']['MntTotal']), $x, null, '', $width-2); |
|
467 | } |
|
468 | // agregar acuse de recibo y leyenda cedible |
|
469 | if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
|
470 | $this->agregarAcuseReciboContinuo(-1, $this->y+6, $width+2, 34); |
|
471 | $this->agregarLeyendaDestino($dte['Encabezado']['IdDoc']['TipoDTE'], $this->y+6, 8); |
|
472 | } |
|
473 | // agregar timbre |
|
474 | $this->agregarTimbre($timbre, 0, $x, $this->GetY()+6, 55, 6); |
|
475 | } |