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:
parent
4c0090ed14
commit
381114be98
@ -156,9 +156,9 @@ char TMovimentoPN::frequenza_versamenti(int year) const
|
|||||||
lia.put("CODTAB", key);
|
lia.put("CODTAB", key);
|
||||||
if (lia.read() != NOERR)
|
if (lia.read() != NOERR)
|
||||||
{
|
{
|
||||||
TLocalisamfile nditte(LF_NDITTE, firm);
|
TLocalisamfile nditte(LF_NDITTE);
|
||||||
nditte.setkey(1);
|
nditte.setkey(1);
|
||||||
nditte.put("CODDITTA", );
|
nditte.put("CODDITTA", firm);
|
||||||
nditte.read();
|
nditte.read();
|
||||||
last_freq = nditte.get_char("FREQVIVA");
|
last_freq = nditte.get_char("FREQVIVA");
|
||||||
}
|
}
|
||||||
|
@ -364,6 +364,7 @@ bool TLiquidazione_app::ch_year_handler(TMask_field& f, KEY key)
|
|||||||
app().begin_wait();
|
app().begin_wait();
|
||||||
app().set_year(f.get());
|
app().set_year(f.get());
|
||||||
app().build_nomiditte();
|
app().build_nomiditte();
|
||||||
|
// TBI rivedi per chiamata da deleghe o acconto *************
|
||||||
app().build_ditte_sheet((wht)atoi(f.mask().get(CG43_RDB_VERS)));
|
app().build_ditte_sheet((wht)atoi(f.mask().get(CG43_RDB_VERS)));
|
||||||
app().end_wait();
|
app().end_wait();
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include <sheet.h>
|
#include <sheet.h>
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <prefix.h>
|
#include <prefix.h>
|
||||||
#include <conto.h>
|
#include "conto.h"
|
||||||
#include <nditte.h>
|
#include <nditte.h>
|
||||||
#include <anagr.h>
|
#include <anagr.h>
|
||||||
#include <comuni.h>
|
#include <comuni.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user