Patch level : 10.0 patch 432
Files correlati : lv0 Ricompilazione Demo : [ ] Commento : Corretta abilita e disabilita del campo conguaglio git-svn-id: svn://10.65.10.50/trunk@19260 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
00338c0d4f
commit
c3ab08bbfc
@ -156,11 +156,13 @@ bool TContratti_msk::on_art_select()
|
|||||||
set(F_CALCCONS, "0");
|
set(F_CALCCONS, "0");
|
||||||
disable(F_CALCCONS);
|
disable(F_CALCCONS);
|
||||||
rowmask.field(S_CALCCONS).disable();
|
rowmask.field(S_CALCCONS).disable();
|
||||||
|
rowmask.field(S_CONG).disable();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
enable(F_CALCCONS);
|
enable(F_CALCCONS);
|
||||||
rowmask.field(S_CALCCONS).enable();
|
rowmask.field(S_CALCCONS).enable();
|
||||||
|
rowmask.field(S_CONG).disable();
|
||||||
TToken_string row = ss.row(ss.selected());
|
TToken_string row = ss.row(ss.selected());
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user