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:
parent
57ea0805f3
commit
2d73b980f0
@ -1582,7 +1582,7 @@ void TImporta_Beestore::transaction_doc(TODBC_recordset & docs, const char * tab
|
|||||||
TString codpk;
|
TString codpk;
|
||||||
TArray transactions;
|
TArray transactions;
|
||||||
TArray art_transactions;
|
TArray art_transactions;
|
||||||
TTransaction t("");
|
TTransaction t("", LF_DOC);
|
||||||
TAssoc_array art_inserted;
|
TAssoc_array art_inserted;
|
||||||
bool nuovo = false;
|
bool nuovo = false;
|
||||||
bool elab = 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())
|
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);
|
art_inserted.add(codart, codart);
|
||||||
tart.set_action(TRANSACTION_INSERT);
|
tart.set_action(TRANSACTION_INSERT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user