Patch level : 12.0 920
Files correlati : fp0.exe Commento : - Corretta esportazione informazioni dichiarazioni d'intento - Corretta data di registrazione con data ricezione o con una specificata (f1)
This commit is contained in:
parent
2382b90194
commit
4b580d98bd
@ -69,8 +69,8 @@ protected:
|
||||
// Tasto aggiorna: aggiorna cliente che non corrisponde.
|
||||
bool aggiorna_forn();
|
||||
void salva_for() const;
|
||||
static void clean_ini(const TString& filename);
|
||||
static void run_cg0(const TString& filename);
|
||||
void clean_ini(const TString& filename) const;
|
||||
void run_cg0(const TString& filename) const;
|
||||
void elenco_prots_sel(TString& string) const;
|
||||
|
||||
static vector<iva>& get_righe_iva(TToken_string& keys);
|
||||
@ -624,7 +624,7 @@ void TPassive_mask::salva_for() const
|
||||
}
|
||||
}
|
||||
|
||||
void TPassive_mask::clean_ini(const TString& filename)
|
||||
void TPassive_mask::clean_ini(const TString& filename) const
|
||||
{
|
||||
static TString remove_string;
|
||||
#ifdef DBG
|
||||
@ -635,7 +635,7 @@ void TPassive_mask::clean_ini(const TString& filename)
|
||||
remove_files(remove_string, false);
|
||||
}
|
||||
|
||||
void TPassive_mask::run_cg0(const TString& filename)
|
||||
void TPassive_mask::run_cg0(const TString& filename) const
|
||||
{
|
||||
static TString run_string;
|
||||
#ifdef DBG
|
||||
|
Loading…
x
Reference in New Issue
Block a user