Patch level : 12.0 734
Files correlati : tf Commento : Tolto controllo stato durante salvataggio records
This commit is contained in:
parent
4615a3ef49
commit
8fe9d6c1c1
3
cd/test/tf0734.txt
Normal file
3
cd/test/tf0734.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
tf0.exe
|
||||||
|
|
||||||
|
Tolto controllo flag durante il salvataggio dei records
|
19
cd/test/tf0734a.ini
Normal file
19
cd/test/tf0734a.ini
Normal 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
BIN
cd/test/tf0734a1.zip
Normal file
Binary file not shown.
@ -432,7 +432,7 @@ bool TTrFa_mask::save_all() const
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// Salvo il valore di invio se è stato modificato
|
// 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));
|
TRectype rmov = cache().get(LF_MOV, strarr->get(_numero));
|
||||||
rmov.put("TFINVIO", strarr->get(_invio));
|
rmov.put("TFINVIO", strarr->get(_invio));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user