X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/35c84de4b6d96cf3505ad2c075ff3998be04441b..f4a316693fea7a5e753c2af7706ff39ecf51a605:/emufs_gui/facturas.c?ds=inline diff --git a/emufs_gui/facturas.c b/emufs_gui/facturas.c index 8e2526a..b713ba6 100644 --- a/emufs_gui/facturas.c +++ b/emufs_gui/facturas.c @@ -402,8 +402,8 @@ void fact_eliminar(char *s) nodo = lst_facturas->primero; while (nodo) { if (nodo->numero == fact->numero) { - lst_facturas->fp->borrar_registro(lst_facturas->fp, nodo->num_reg); - lst_facturas->fp_texto->borrar_registro(lst_facturas->fp_texto, nodo->texto_reg); + /*lst_facturas->fp->borrar_registro(lst_facturas->fp, nodo->num_reg);*/ + /*lst_facturas->fp_texto->borrar_registro(lst_facturas->fp_texto, nodo->texto_reg);*/ eliminar_nodo_factura(lst_facturas, nodo); break; }