diff --git a/ve/ve7701.cpp b/ve/ve7701.cpp index fff9a3935..cea9650f9 100755 --- a/ve/ve7701.cpp +++ b/ve/ve7701.cpp @@ -386,7 +386,9 @@ bool TGalileo_articoli::trasferisci_costi(const TString & ditta, const TString & if (good) { - message_box("Aggiorno codice $s - costo %s", (const char *) codart, (const char *) get_str("M2CMD")); + TString msg; msg.format("Aggiorno codice $s - costo %s", (const char *) codart, (const char *) get_str("M2CMD")); + + log(msg, 0); anamag.put(ANAMAG_ULTCOS1, get_str("M2CMD")); return test_rewrite(anamag); }