save = procesar_guardar_factura(&fact, lst_facturas, &size);
if (save != NULL) {
+ error = 0;
id = tmp->fp->grabar_registro(tmp->fp, save, size, &error);
+ error = 0;
id_texto = tmp->fp_texto->grabar_registro(tmp->fp_texto, fact.nota, 400, &error);
agregar_nodo_factura(tmp, crear_nodo_factura(id, id_texto, fact.numero));
if (fact.items) free(fact.items);
if (reg->numero == numero) {
size = 0;
fprintf(stderr, "Leer me dice que %lu\n", size);
+ error = 0;
leo = lst->fp->leer_registro(lst->fp, reg->num_reg, &size, &error);
fprintf(stderr, "Leer me dice que %lu\n", size);
if (leo != NULL) {
entrada = procesar_guardar_factura(&fact,lst_facturas, &size);
if (entrada) {
+ error = 0;
id = lst_facturas->fp->grabar_registro(lst_facturas->fp, entrada, size, &error);
/*id_texto = tmp->fp_texto->grabar_registro(tmp->fp_texto, fact.nota, 400, &error);*/
/* TODO : -1 == id_texto !!!!!!!! XXX XXX XXX XXX XXX XXX XXX */