X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/35c84de4b6d96cf3505ad2c075ff3998be04441b..9b22193b1d22efa0d41a313096a62666eddfb629:/emufs_gui/facturas.c 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; }