Patch level : 12.0 642

Files correlati     : ve0.exe
Commento            :

Aggiuna autorizazione PA alla ricerca del cup dalla commessa
This commit is contained in:
AlexBonazzi 2018-11-19 22:30:57 +01:00
parent 0255bd2668
commit 6cad3a2e6d

View File

@ -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);