Patch level : 12.0 642
Files correlati : ve0.exe Commento : Aggiuna autorizazione PA alla ricerca del cup dalla commessa
This commit is contained in:
parent
0255bd2668
commit
6cad3a2e6d
@ -3065,7 +3065,7 @@ bool codcms_handler(TMask_field& f, KEY key)
|
||||
}
|
||||
}
|
||||
|
||||
if (main_app().has_module(CTAUT) && (key == K_TAB && f.focusdirty()))
|
||||
if ((main_app().has_module(CTAUT) || main_app().has_module(PAAUT)) && (key == K_TAB && f.focusdirty()))
|
||||
{
|
||||
TToken_string key;
|
||||
static TRecord_cache __cfcm(LF_CFCMS, 4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user