Patch level : 10.0 patch 707
Files correlati : lv3 Ricompilazione Demo : [ ] Commento : Evasione di un buono con due righe per lo stesso articolo: ne evade una sola git-svn-id: svn://10.65.10.50/trunk@20334 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
0af954bcce
commit
003dba2a72
@ -1049,8 +1049,9 @@ void TEvasione_ter_msk::evadi_da_terminale()
|
||||
FOR_EACH_ASSOC_OBJECT(_ra, obj, key, itm)
|
||||
{
|
||||
chiave2 = key;
|
||||
//se trovo una riga di quell'artticolo allora
|
||||
if(chiave2.get(0) == codart && chiave1 != chiave2)
|
||||
const TString80 codart2 = chiave2.get(0);
|
||||
//se trovo una riga di quell'articolo allora
|
||||
if(codart2 == codart && chiave1 != chiave2)
|
||||
{
|
||||
trovato2 = true;
|
||||
TQuantita_riga& qr = *(TQuantita_riga*)_ra.objptr(key);
|
||||
|
Loading…
x
Reference in New Issue
Block a user