Patch level : 3.2 1410

Files correlati     : pe0.exe
Ricompilazione Demo : [ ]
Commento

Modificato aggiornamento prezzi con k inserito dall utente


git-svn-id: svn://10.65.10.50/trunk@19231 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2009-08-27 00:00:07 +00:00
parent ec55515c64
commit 32a18ed56c

View File

@ -889,7 +889,9 @@ bool TGestione_preventivo_msk::pe_k_handler(TMask_field& f, KEY k)
TString ge;
real perc;
row_mask.reset(FR_JOLLY2);
// row_mask.reset(FR_JOLLY2);
sh->row(r).add("", sh->cid2index(FR_JOLLY2));
sh->force_update(r);
for (int i = r + 2; i <= doc.physical_rows(); i++)
{
TRiga_documento & row = doc[i];
@ -917,7 +919,7 @@ bool TGestione_preventivo_msk::pe_k_handler(TMask_field& f, KEY k)
shrow.add(prezzo.get_num().string(), sh->cid2index(FR_PREZZO));
}
}
sh->force_update();
mask.update_costi_ricavi(r + 1, true);
}
return true;