Patch level : 12.0 998
Files correlati : f90.exe Commento : sequenzializzata la query_iva / va provata sui dati Vega
This commit is contained in:
parent
40626fb93e
commit
eb1c368e74
@ -1068,7 +1068,13 @@ bool TEstrazione::estrazione_iva(bool escluso)
|
|||||||
iva_query.add(IVA_TIMERIC, TDate(fppro_db().get_dataoraric()));
|
iva_query.add(IVA_TIMERIC, TDate(fppro_db().get_dataoraric()));
|
||||||
}
|
}
|
||||||
TString sql;
|
TString sql;
|
||||||
const bool ok = iva_query.get(sql) && fp_db().sq_set_exec(sql) && fp_db().sq_commit();
|
|
||||||
|
bool ok = iva_query.get(sql);
|
||||||
|
|
||||||
|
if (ok)
|
||||||
|
ok = fp_db().sq_set_exec(sql);
|
||||||
|
if (ok)
|
||||||
|
ok = fp_db().sq_commit();
|
||||||
if (!ok)
|
if (!ok)
|
||||||
write_errorsql_log(sql);
|
write_errorsql_log(sql);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user