Patch level : 12.0 1090

Files correlati     : bs0.exe
Commento        :

aggiunto un meccanismo di trace nell'importazione bee store
Interno:
This commit is contained in:
Alessandro Bonazzi 2021-10-18 23:18:13 +02:00
parent 57ea0805f3
commit 2d73b980f0

View File

@ -1582,7 +1582,7 @@ void TImporta_Beestore::transaction_doc(TODBC_recordset & docs, const char * tab
TString codpk;
TArray transactions;
TArray art_transactions;
TTransaction t("");
TTransaction t("", LF_DOC);
TAssoc_array art_inserted;
bool nuovo = false;
bool elab = false;
@ -1711,7 +1711,7 @@ void TImporta_Beestore::transaction_doc(TODBC_recordset & docs, const char * tab
if (!art_inserted.is_key(codart) && cache().get(LF_ANAMAG, codart).empty())
{
TTransaction tart(TFilename().temp("art"));
TTransaction tart(TFilename().temp("art"), LF_ANAMAG);
art_inserted.add(codart, codart);
tart.set_action(TRANSACTION_INSERT);