diff --git a/cg/conto.cpp b/cg/conto.cpp index 8cdcf0c44..321db3fac 100755 --- a/cg/conto.cpp +++ b/cg/conto.cpp @@ -223,7 +223,7 @@ bool TBill::find() else if ((_tipo == 'C' || _tipo == 'F') && _sottoconto != 0L) { - TLocalisamfile clifo(LF_CLIFO, FALSE); + TLocalisamfile clifo(LF_CLIFO); clifo.setkey(1); clifo.put("TIPOCF", _tipo); clifo.put("CODCF", _sottoconto);