From e2d72a6463ff10caa4629916b1b5153ad068476c Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 24 Mar 1997 16:47:16 +0000 Subject: [PATCH] conto.cpp Tolto linkrekinst = FALSE dalla dichiarazione di un TLocalisamfile git-svn-id: svn://10.65.10.50/trunk@4230 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/conto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);