Patch level :10.0 cd 140
Files correlati : Ricompilazione Demo : [ ] Commento : riportata correzione 5.0 su perdita di commessa nei movimenti analitici git-svn-id: svn://10.65.10.50/trunk@17446 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
c0360b4ecf
commit
c010ed692b
@ -487,7 +487,7 @@ bool TMovanal_msk::on_field_event(TOperable_field& o, TField_event e, long jolly
|
|||||||
//..di conferma registrazione!
|
//..di conferma registrazione!
|
||||||
if (sf.dirty())
|
if (sf.dirty())
|
||||||
{
|
{
|
||||||
sf.check_row(i, 1);
|
sf.check_row(i, 0); //si usa 0 per simulare la row2mask senza check aggiuntivi che potrebbero sputtanare qualche campo (es. commessa al crpa)
|
||||||
TMask& rm = sf.sheet_mask();
|
TMask& rm = sf.sheet_mask();
|
||||||
FOR_EACH_MASK_FIELD(rm, j, fld)
|
FOR_EACH_MASK_FIELD(rm, j, fld)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user