Tolto TApplicAtion::
git-svn-id: svn://10.65.10.50/trunk@901 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
789ac315d5
commit
5738b426dd
@ -1,3 +1,4 @@
|
||||
|
||||
// cg4400.cpp
|
||||
// Stampa registri IVA
|
||||
#include "cg4.h"
|
||||
@ -261,7 +262,7 @@ bool CG4400_application::look_regs(int anno, TString& codlib, int m, int* umese,
|
||||
if (u_data.ok())
|
||||
if (u_data.month() < m - 1)
|
||||
{
|
||||
app().TApplication::set_firm(__firm);
|
||||
app().set_firm(__firm);
|
||||
return error_box("Ditta %ld: Stampare i registri dei mesi precedenti", ditta);
|
||||
}
|
||||
/*
|
||||
@ -320,7 +321,7 @@ bool CG4400_application::mask_libun (TMask_field& f, KEY k)
|
||||
last_mese = (last_mese < mese) ? last_mese : mese;
|
||||
}
|
||||
}
|
||||
app().TApplication::set_firm(app().__firm);
|
||||
app().set_firm(app().__firm);
|
||||
if (last_mese == 13)
|
||||
return FALSE;
|
||||
const char* me = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user