git-svn-id: svn://10.65.10.50/branches/R_10_00@23076 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
06642b51cc
commit
d183897d21
@ -3013,8 +3013,8 @@ bool TPrimanota_application::liqdiff_handler(TMask_field& f, KEY key)
|
|||||||
if (key == K_ENTER && f.get().full())
|
if (key == K_ENTER && f.get().full())
|
||||||
{
|
{
|
||||||
if (f.mask().get_bool(F_IVAXCASSA))
|
if (f.mask().get_bool(F_IVAXCASSA))
|
||||||
return f.error_box(TR("Non è ammessa l'IVA per cassa a liquidazione differita"));
|
return f.error_box(TR("Non è ammessa IVA per cassa a liquidazione differita"));
|
||||||
if (app().is_split_payment())
|
if (app().is_fattura() && app().is_split_payment())
|
||||||
return f.error_box(TR("Non è ammessa la liquidazione differita con split payment"));
|
return f.error_box(TR("Non è ammessa la liquidazione differita con split payment"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3030,8 +3030,8 @@ bool TPrimanota_application::ivaxcassa_handler(TMask_field& f, KEY key)
|
|||||||
|
|
||||||
if (key == K_ENTER && f.get().full())
|
if (key == K_ENTER && f.get().full())
|
||||||
{
|
{
|
||||||
if (app().is_split_payment())
|
if (app().is_fattura() && app().is_split_payment())
|
||||||
return f.error_box(TR("Non è ammesso l'IVA per cassa con split payment"));
|
return f.error_box(TR("Non è ammessa IVA per cassa con split payment"));
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user