Patch level : 10.0 patch 491
Files correlati : lv3 Ricompilazione Demo : [ ] Commento : Aggiunto il controllo "genera il documento solo per le righe non associate" git-svn-id: svn://10.65.10.50/trunk@19540 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
90a8784d3b
commit
0f98aa36c1
@ -383,12 +383,16 @@ void TEvasione_msk::genera_documento()
|
||||
for (int i = 1; i <= bpre.rows(); i++)
|
||||
{
|
||||
TRiga_documento& row = bpre[i];
|
||||
TBuono_prelievo_row rbpre(row);
|
||||
TBuono_prelievo_row rbpre(row);
|
||||
|
||||
//nella bolla ci vanno solo le righe evase
|
||||
//nella bolla ci vanno solo le righe evase e non associate
|
||||
if (!rbpre.evaso())
|
||||
continue;
|
||||
|
||||
TDoc_key kbuono = rbpre.rifbcon();
|
||||
if (kbuono.full())
|
||||
continue;
|
||||
|
||||
const TString80 codart = rbpre.codart();
|
||||
TString descr = rbpre.desart();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user