Patch level : 12.0 734

Files correlati     : tf
Commento            : Tolto controllo stato durante salvataggio records
This commit is contained in:
Sirio Builder 2019-03-18 14:07:22 +01:00
parent 4615a3ef49
commit 8fe9d6c1c1
4 changed files with 23 additions and 1 deletions

3
cd/test/tf0734.txt Normal file
View File

@ -0,0 +1,3 @@
tf0.exe
Tolto controllo flag durante il salvataggio dei records

19
cd/test/tf0734a.ini Normal file
View File

@ -0,0 +1,19 @@
[Main]
Demo=0
[tf1]
File(0) = tf0.exe|X
Patch = 0734
Versione = 21511200
[tf]
Data = 18-03-2019
Descrizione = Trasferimento fatture
Dischi = 1
Moduli = cg
OEM =
Patch = 734
PostProcess =
PreProcess =
Versione = 21511200

BIN
cd/test/tf0734a1.zip Normal file

Binary file not shown.

View File

@ -432,7 +432,7 @@ bool TTrFa_mask::save_all() const
return false;
}
// Salvo il valore di invio se è stato modificato
else if(strcmp(strarr->get(_invio), FLAG_INVIO) != 0)
else
{
TRectype rmov = cache().get(LF_MOV, strarr->get(_numero));
rmov.put("TFINVIO", strarr->get(_invio));