You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
En la linea 245 a la 250 en el metodo CAESolicitar de wsfev1.py existen claves duplicadas del diccionario, es por alguna cuestion especial? lo mismo sucede en el metodo CAESolicitarX y CAEARegInformativo # Fechas solo se informan si Concepto in (2,3) 'FchServDesde': f.get('fecha_serv_desde'), 'FchServHasta': f.get('fecha_serv_hasta'), 'FchVtoPago': f.get('fecha_venc_pago'), 'FchServDesde': f.get('fecha_serv_desde'), 'FchServHasta': f.get('fecha_serv_hasta'), 'FchVtoPago': f['fecha_venc_pago'],
The text was updated successfully, but these errors were encountered:
En la linea 245 a la 250 en el metodo CAESolicitar de wsfev1.py existen claves duplicadas del diccionario, es por alguna cuestion especial? lo mismo sucede en el metodo CAESolicitarX y CAEARegInformativo
# Fechas solo se informan si Concepto in (2,3) 'FchServDesde': f.get('fecha_serv_desde'), 'FchServHasta': f.get('fecha_serv_hasta'), 'FchVtoPago': f.get('fecha_venc_pago'), 'FchServDesde': f.get('fecha_serv_desde'), 'FchServHasta': f.get('fecha_serv_hasta'), 'FchVtoPago': f['fecha_venc_pago'],
The text was updated successfully, but these errors were encountered: