@@ 553-555 (lines=3) @@ | ||
550 | $this->MultiTexto('Vence el '.$this->date($IdDoc['FchVenc'], false), $x, null, 'R'); |
|
551 | } |
|
552 | // forma de pago nacional |
|
553 | if (!empty($IdDoc['FmaPago'])) { |
|
554 | $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R'); |
|
555 | } |
|
556 | // forma de pago exportación |
|
557 | if (!empty($IdDoc['FmaPagExp'])) { |
|
558 | $this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R'); |
|
@@ 557-559 (lines=3) @@ | ||
554 | $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R'); |
|
555 | } |
|
556 | // forma de pago exportación |
|
557 | if (!empty($IdDoc['FmaPagExp'])) { |
|
558 | $this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R'); |
|
559 | } |
|
560 | // vendedor |
|
561 | if (!empty($CdgVendedor)) { |
|
562 | $this->MultiTexto('Vendedor: '.$CdgVendedor, $x, null, 'R'); |