Patch level :
Files correlati : fe0.exe Ricompilazione Demo : [ ] Commento : Corretta associazione note di variazione git-svn-id: svn://10.65.10.50/branches/R_10_00@22485 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
cd50f8224a
commit
56f2603f1a
@ -901,9 +901,8 @@ TExclusion_mode TDati_rilevanti_array::add(const TRectype& alleg, bool send_all,
|
||||
if (idcf.blank()) idcf = rec.get(ALL_CODCF);
|
||||
if (idcf == curr_idcf)
|
||||
{
|
||||
const TString& k = rec.get(ALL_CONTRATTO);
|
||||
const TString& n = rec.get(ALL_NUMDOC);
|
||||
if (k == contratto || n == numrett)
|
||||
if ((numrett.full() && numrett == rec.get(ALL_NUMDOC)) ||
|
||||
(contratto.full() && contratto == rec.get(ALL_CONTRATTO)))
|
||||
{
|
||||
sum = &rec;
|
||||
break;
|
||||
@ -2083,6 +2082,7 @@ bool TDati_rilevanti_msk::send_alleg()
|
||||
TString16 clifo = rec.get(ALL_OCFPI);
|
||||
if (clifo.blank())
|
||||
clifo = rec.get(ALL_CODCF);
|
||||
|
||||
if (clifo != last_clifo)
|
||||
{
|
||||
data.add(note, send_all, *_log);
|
||||
|
Loading…
x
Reference in New Issue
Block a user