Patch level : 10.0 patch 600

Files correlati     : lv3
Ricompilazione Demo : [ ]
Commento            :
Le righe con dacons = 0 non sono da considerare
Reset campo barcode dei documenti

Controllare caricamento codart


git-svn-id: svn://10.65.10.50/trunk@20017 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2010-01-29 10:15:05 +00:00
parent 6dc02bba01
commit c308d5af28

View File

@ -275,6 +275,12 @@ bool TEvasione_ter_msk::precarica_righe()
if (codart.blank())
continue;
if (rdoc.qta_dacons() == 0)
{
rdoc.set_evaso(true);
continue;
}
TQuantita_riga* qr = _ra.quantita(codart, oggi, true);
qr->set_nriga(i);
@ -640,7 +646,7 @@ void TEvasione_ter_msk::genera_buono()
show(F_TCODNUM);
show(F_TTPDOC);
show(F_TDESCR);
show(F_TCHIAVE);
show(F_TCHIAVE); reset(F_TCHIAVE);
show(F_TANNO);
show(F_TDATAPRCO);