Tolte righe commentate
git-svn-id: svn://10.65.10.50/trunk@6643 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
0f70db99b5
commit
7118e6ea56
@ -10,12 +10,10 @@
|
||||
|
||||
TInteressi_IVA_table::TInteressi_IVA_table() : TTable("%VER")
|
||||
{
|
||||
// _ver = new TTable("%VER");
|
||||
}
|
||||
|
||||
TInteressi_IVA_table::~TInteressi_IVA_table()
|
||||
{
|
||||
//delete _ver;
|
||||
}
|
||||
|
||||
int TInteressi_IVA_table::read(int anno, int mese)
|
||||
@ -25,7 +23,7 @@ int TInteressi_IVA_table::read(int anno, int mese)
|
||||
zero();put("CODTAB",k);
|
||||
if (TTable::read(_isgteq) == NOERR)
|
||||
{
|
||||
const TString& cod = _ver->get("CODTAB");
|
||||
const TString& cod = TTable::get("CODTAB");
|
||||
|
||||
if (cod > k)
|
||||
if (prev() != NOERR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user