Patch level : 12.0 430
Files correlati : tf Commento : Sistemato errore fatture multiriga in tf0700 git-svn-id: svn://10.65.10.50/branches/R_10_00@24039 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
cd683ff589
commit
a46f3decb5
@ -1258,7 +1258,7 @@ bool TTrFa_app::tff0700(TSheet_field& sheet)
|
|||||||
|
|
||||||
IF_IS_ENABLED(strarr);
|
IF_IS_ENABLED(strarr);
|
||||||
|
|
||||||
TString checkFatt; checkFatt << strarr->get_char(_tipocf) << "|" << strarr->get_long(_codcf) << "|" << strarr->get(_numdoc);
|
TString checkFatt; checkFatt << strarr->get_char(_tipocf) << "," << strarr->get_long(_codcf) << "," << strarr->get(_numdoc);
|
||||||
if(fattSent.get_pos(checkFatt) < 0)
|
if(fattSent.get_pos(checkFatt) < 0)
|
||||||
{
|
{
|
||||||
fattSent.add(checkFatt);
|
fattSent.add(checkFatt);
|
||||||
|
@ -397,7 +397,7 @@ bool TTrFa_mask::saveAll()
|
|||||||
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), "X") != 0)
|
else if(strcmp(strarr->get(_invio), FLAG_INVIO) != 0)
|
||||||
{
|
{
|
||||||
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