Patch level : 12.0 1128
Files correlati : sv Commento: Ricompilati gli eseguibili di sv in quanto venivano scartati da BitDefender
This commit is contained in:
parent
9c0d5f6d16
commit
e8c708d56e
5
cd/test/sv1128.txt
Normal file
5
cd/test/sv1128.txt
Normal file
@ -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?)
|
25
cd/test/sv1128a.ini
Normal file
25
cd/test/sv1128a.ini
Normal file
@ -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
|
||||
|
BIN
cd/test/sv1128a1.zip
Normal file
BIN
cd/test/sv1128a1.zip
Normal file
Binary file not shown.
@ -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"
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user