|
@@ 634-636 (lines=3) @@
|
| 631 |
|
$this->MultiTexto('Vence el '.$this->date($IdDoc['FchVenc'], false), $x, null, 'R'); |
| 632 |
|
} |
| 633 |
|
// forma de pago nacional |
| 634 |
|
if (!empty($IdDoc['FmaPago'])) { |
| 635 |
|
$this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R'); |
| 636 |
|
} |
| 637 |
|
// forma de pago exportación |
| 638 |
|
if (!empty($IdDoc['FmaPagExp'])) { |
| 639 |
|
$this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R'); |
|
@@ 638-640 (lines=3) @@
|
| 635 |
|
$this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R'); |
| 636 |
|
} |
| 637 |
|
// forma de pago exportación |
| 638 |
|
if (!empty($IdDoc['FmaPagExp'])) { |
| 639 |
|
$this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R'); |
| 640 |
|
} |
| 641 |
|
// vendedor |
| 642 |
|
if (!empty($CdgVendedor)) { |
| 643 |
|
$this->MultiTexto('Vendedor: '.$CdgVendedor, $x, null, 'R'); |