dialog = msg_box(stdscr, COLS, LINES, "Generando archivos ...");
if (argc == 4) {
art_cargar(argv[1], atoi(argv[2]), atoi(argv[3]));
dialog = msg_box(stdscr, COLS, LINES, "Generando archivos ...");
if (argc == 4) {
art_cargar(argv[1], atoi(argv[2]), atoi(argv[3]));
fprintf(stderr, "ERROR CARGANDO FACTURAS\n");
} else
art_cargar(NULL, -1, -1);
fprintf(stderr, "ERROR CARGANDO FACTURAS\n");
} else
art_cargar(NULL, -1, -1);
items[1] = new_item(opciones[1], "Eliminar una factura existente.");
/* set_item_userptr(items[1], art_eliminar); */
items[2] = new_item(opciones[2], "Modificar una factura existente.");
items[1] = new_item(opciones[1], "Eliminar una factura existente.");
/* set_item_userptr(items[1], art_eliminar); */
items[2] = new_item(opciones[2], "Modificar una factura existente.");