Código: Seleccionar todo
{!} TermPagoCdg := '1';
en esta otra parte tambien:
Código: Seleccionar todo
with CodigoExEmisor do begin
{!} TpoCdgIntEmisor := 'EXT';
{!} CdgIntEmisor := '34194';
end; {Addenda_Amis.ECFD.Documento.Encabezado.ExEmisor.CodigoExEmisor}
Estos tambien son datos del vendedor ??
Código: Seleccionar todo
with ContactoEmisor do begin
{!} Tipo := 'VENDEDOR';
{!} Nombre := 'ARACELI PEREZ';
Descripcion := '';
Direccion := '';
{!} eMail := 'araceli@prueba.com';
{!} Extension := '5020';
{!} Telefono := '222-44-55';
{!} Fax := '222-44-66';
GLN := '';
end; {Addenda_Amis.ECFDCopy.Documento.Encabezado.ExEmisor.ContactoEmisor}
