X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/177a0b063da6e0d6bf510ff4c903778f6b9552d3..811c3ea89d7367ed152e2bf7b36edae4ce9f8610:/emufs_gui/facturas.c?ds=sidebyside diff --git a/emufs_gui/facturas.c b/emufs_gui/facturas.c index 328517f..6225a6d 100644 --- a/emufs_gui/facturas.c +++ b/emufs_gui/facturas.c @@ -777,7 +777,6 @@ static int procesar_leer_factura(t_Factura *dst, void *src, EMUFS_REG_SIZE size, return 0; } - fprintf(stderr, "TIPO = %d\n", lst->fp->tipo); switch (lst->fp->tipo) { case T1: case T2: @@ -976,10 +975,8 @@ int fact_exportar_xml(const char *filename) fprintf(fp, "\n"); fprintf(fp, "\n"); - fprintf(stderr, "EXPORTAR : Menor Clave = %d\n", k.i_clave); while (k.i_clave != -1) { fact = fact_buscar(lst_facturas, k.i_clave, &id, &id1); - fprintf(stderr, "Lei factura numero %d y apunta a %p\n", k.i_clave, fact); if (fact != NULL) { fprintf(fp, "\tnumero); fprintf(fp, "FechaEmisiĆ³n=\"%s\" ", fact->emision); @@ -1000,7 +997,6 @@ int fact_exportar_xml(const char *filename) free(fact); } k = idx->obtener_sig_clave(idx, k); - fprintf(stderr, "XXX Siguiente = %d\n", k.i_clave); } fprintf(fp, "\t\n"); @@ -1256,7 +1252,6 @@ void fact_consultas_fechas(char *s) free(leo); } if (strcmp(estado, fact.estado) == 0) { - fprintf(stderr, "Agrego factura num=%d con %d items\n", fact.numero, fact.cant_items); lista_agregar_fila_ordenada(lista, fact.numero, fact.emision, @@ -1480,10 +1475,8 @@ void mostrar_fact(WINDOW *win, CLAVE k, char *s, INDICE *idx) free(fact); fact = NULL; } else { - fprintf(stderr, "Tengo %d datos\n", cant); k.i_clave = datos[0].id; PERR("Leo el primer dato"); - fprintf(stderr, "ID = %ld en bloque %ld\n", datos[0].id, datos[0].bloque); error = 1; tmp = lst_facturas->fp->leer_registro(lst_facturas->fp, k, &size, &error); if (tmp == NULL) {