@@ 277-280 (lines=4) @@ | ||
274 | } |
|
275 | $this->agregarTotales($dte['Encabezado']['Totales'], !empty($dte['Encabezado']['OtraMoneda']) ? $dte['Encabezado']['OtraMoneda'] : null, $this->y+6, 23, 17); |
|
276 | // agregar acuse de recibo y leyenda cedible |
|
277 | if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
|
278 | $this->agregarAcuseReciboContinuo(3, $this->y+6, 68, 34); |
|
279 | $this->agregarLeyendaDestinoContinuo($dte['Encabezado']['IdDoc']['TipoDTE']); |
|
280 | } |
|
281 | // agregar timbre |
|
282 | $y = $this->agregarObservacion($dte['Encabezado']['IdDoc'], $x_start, $this->y+6); |
|
283 | $this->agregarTimbre($timbre, -10, $x_start, $y+6, 70, 6); |
|
@@ 360-363 (lines=4) @@ | ||
357 | $this->MultiTexto('TOTAL: $'.$this->num($dte['Encabezado']['Totales']['MntTotal']), $x, null, '', $width-2); |
|
358 | } |
|
359 | // agregar acuse de recibo y leyenda cedible |
|
360 | if ($this->cedible and !in_array($dte['Encabezado']['IdDoc']['TipoDTE'], $this->sinAcuseRecibo)) { |
|
361 | $this->agregarAcuseReciboContinuo(-1, $this->y+6, $width+2, 34); |
|
362 | $this->agregarLeyendaDestinoContinuo($dte['Encabezado']['IdDoc']['TipoDTE']); |
|
363 | } |
|
364 | // agregar timbre |
|
365 | if (!empty($dte['Encabezado']['IdDoc']['TermPagoGlosa'])) { |
|
366 | $this->Ln(); |