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