@@ 694-696 (lines=3) @@ | ||
691 | $this->MultiTexto('Vence el '.$this->date($IdDoc['FchVenc'], false), $x, null, 'R'); |
|
692 | } |
|
693 | // forma de pago nacional |
|
694 | if (!empty($IdDoc['FmaPago'])) { |
|
695 | $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R'); |
|
696 | } |
|
697 | // forma de pago exportación |
|
698 | if (!empty($IdDoc['FmaPagExp'])) { |
|
699 | $this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R'); |
|
@@ 698-700 (lines=3) @@ | ||
695 | $this->MultiTexto('Venta: '.strtolower($this->formas_pago[$IdDoc['FmaPago']]), $x, null, 'R'); |
|
696 | } |
|
697 | // forma de pago exportación |
|
698 | if (!empty($IdDoc['FmaPagExp'])) { |
|
699 | $this->MultiTexto('Venta: '.strtolower($this->formas_pago_exportacion[$IdDoc['FmaPagExp']]), $x, null, 'R'); |
|
700 | } |
|
701 | // vendedor |
|
702 | if (!empty($CdgVendedor)) { |
|
703 | $this->MultiTexto('Vendedor: '.$CdgVendedor, $x, null, 'R'); |