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:
parent
6dc02bba01
commit
c308d5af28
@ -276,6 +276,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);
|
||||
qr->set_evaso(rdoc.evaso());
|
||||
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user