@@ 657-659 (lines=3) @@ | ||
654 | $this->MultiTexto('Vence el '.$this->date($IdDoc['FchVenc'], false), $x, null, 'R'); |
|
655 | } |
|
656 | // forma de pago nacional |
|
657 | if (!empty($IdDoc['FmaPago'])) { |
|
658 | $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R'); |
|
659 | } |
|
660 | // forma de pago exportación |
|
661 | if (!empty($IdDoc['FmaPagExp'])) { |
|
662 | $this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R'); |
|
@@ 661-663 (lines=3) @@ | ||
658 | $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R'); |
|
659 | } |
|
660 | // forma de pago exportación |
|
661 | if (!empty($IdDoc['FmaPagExp'])) { |
|
662 | $this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R'); |
|
663 | } |
|
664 | // vendedor |
|
665 | if (!empty($CdgVendedor)) { |
|
666 | $this->MultiTexto('Vendedor: '.$CdgVendedor, $x, null, 'R'); |