Corrette n. 2 Cazzate sventatamente commesse

git-svn-id: svn://10.65.10.50/trunk@880 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1995-01-19 09:11:01 +00:00
parent 4c0090ed14
commit 381114be98
3 changed files with 4 additions and 3 deletions

View File

@ -156,9 +156,9 @@ char TMovimentoPN::frequenza_versamenti(int year) const
lia.put("CODTAB", key);
if (lia.read() != NOERR)
{
TLocalisamfile nditte(LF_NDITTE, firm);
TLocalisamfile nditte(LF_NDITTE);
nditte.setkey(1);
nditte.put("CODDITTA", );
nditte.put("CODDITTA", firm);
nditte.read();
last_freq = nditte.get_char("FREQVIVA");
}

View File

@ -364,6 +364,7 @@ bool TLiquidazione_app::ch_year_handler(TMask_field& f, KEY key)
app().begin_wait();
app().set_year(f.get());
app().build_nomiditte();
// TBI rivedi per chiamata da deleghe o acconto *************
app().build_ditte_sheet((wht)atoi(f.mask().get(CG43_RDB_VERS)));
app().end_wait();
}

View File

@ -13,7 +13,7 @@
#include <sheet.h>
#include <config.h>
#include <prefix.h>
#include <conto.h>
#include "conto.h"
#include <nditte.h>
#include <anagr.h>
#include <comuni.h>