diff --git a/cd/test/sv1128.txt b/cd/test/sv1128.txt new file mode 100644 index 000000000..e116b1abb --- /dev/null +++ b/cd/test/sv1128.txt @@ -0,0 +1,5 @@ +sv1.exe +sv0.exe +sv2.exe + +Ricompilati gli eseguibili di sv in quanto venivano scartati da BitDefender (possibili problemi di firma?) \ No newline at end of file diff --git a/cd/test/sv1128a.ini b/cd/test/sv1128a.ini new file mode 100644 index 000000000..99e5f417d --- /dev/null +++ b/cd/test/sv1128a.ini @@ -0,0 +1,25 @@ +[Main] +Demo=0 + +[sv1] +Edit_4 = sv0 -0 +Edit_5 = sv0 -0 +File(2) = sv0.exe|X +File(5) = sv1.exe|X +File(13) = sv2.exe|X +Patch = 1128 +Versione = 21511200 + +[sv] +Data = 28-03-2022 +Descrizione = Statistiche di Vendita +Dischi = 1 +Moduli = ve +OEM = +Patch = 1128 +PostProcess = bainst -0 SV +PreProcess = +Prezzo(1) = +Prezzo(2) = +Versione = 21511200 + diff --git a/cd/test/sv1128a1.zip b/cd/test/sv1128a1.zip new file mode 100644 index 000000000..17c7e307e Binary files /dev/null and b/cd/test/sv1128a1.zip differ diff --git a/src/sv/sv1200.cpp b/src/sv/sv1200.cpp index b69423ee4..fe70ce45c 100755 --- a/src/sv/sv1200.cpp +++ b/src/sv/sv1200.cpp @@ -19,7 +19,6 @@ #include "../mg/mglib.h" #include "../mg/umart.h" #include "../pr/agenti.h" -#include "../ve/clifor.h" #define STR_TOTGEN "T" #define STR_TIPODOC "D" diff --git a/src/sv/sv2100.cpp b/src/sv/sv2100.cpp index f3f9ea57a..6ac0bbb7f 100755 --- a/src/sv/sv2100.cpp +++ b/src/sv/sv2100.cpp @@ -50,7 +50,7 @@ void TRicalcolo_stats::on_config_change() for (bool ok = tip.move_first(); ok; ok = tip.move_next()) { if (rec_tip.get_bool("B2")) // E' un tipo per le statistiche - _tipi_doc.add(rec_tip.get("CODTAB"), NULL); + _tipi_doc.add(rec_tip.get("CODTAB")); } TDate datamin = TDate(TODAY); datamin.set_day(1); datamin.set_month(1);