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
This commit is contained in:
guy 1997-03-24 16:47:16 +00:00
parent 2855c57074
commit e2d72a6463

View File

@ -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);