Patch level : 12.0 424
Files correlati : cg2.exe Disabilitato il Flag di IVA per cassa se è un reverse charge. git-svn-id: svn://10.65.10.50/branches/R_10_00@23955 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
2a38f5b1ed
commit
a61abf6c26
@ -3377,8 +3377,18 @@ bool TPrimanota_application::ritsoc_handler(TMask_field& f, KEY key)
|
|||||||
// Certified 100%
|
// Certified 100%
|
||||||
bool TPrimanota_application::revcharge_handler(TMask_field& f, KEY key)
|
bool TPrimanota_application::revcharge_handler(TMask_field& f, KEY key)
|
||||||
{
|
{
|
||||||
if (key == K_TAB && f.focusdirty() && f.active())
|
if (f.active())
|
||||||
|
{
|
||||||
|
if (key == K_TAB && f.focusdirty())
|
||||||
app().add_cgs_ritenute('V');
|
app().add_cgs_ritenute('V');
|
||||||
|
if (f.to_check(key, true))
|
||||||
|
{
|
||||||
|
if (f.get().full())
|
||||||
|
f.mask().field(F_IVAXCASSA).clear();
|
||||||
|
else
|
||||||
|
f.mask().field(F_IVAXCASSA).enable();
|
||||||
|
}
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user